Package org.apache.lucene.search.suggest
Class Sort.SortInfo
java.lang.Object
org.apache.lucene.search.suggest.Sort.SortInfo
- Enclosing class:
Sort
Sort info (debugging mostly).
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal longread buffer size (in bytes)intnumber of lines of data readintnumber of partition mergeslongtime spent merging sorted partitions (in milliseconds)longtime spent in i/o read (in milliseconds)longtime spent sorting data (in milliseconds)intnumber of temporary files created when merging partitionslongtotal time spent (in milliseconds) -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
tempMergeFiles
public int tempMergeFilesnumber of temporary files created when merging partitions -
mergeRounds
public int mergeRoundsnumber of partition merges -
lines
public int linesnumber of lines of data read -
mergeTime
public long mergeTimetime spent merging sorted partitions (in milliseconds) -
sortTime
public long sortTimetime spent sorting data (in milliseconds) -
totalTime
public long totalTimetotal time spent (in milliseconds) -
readTime
public long readTimetime spent in i/o read (in milliseconds) -
bufferSize
public final long bufferSizeread buffer size (in bytes)
-
-
Constructor Details
-
SortInfo
public SortInfo()create a new SortInfo (with empty statistics) for debugging
-
-
Method Details