Package org.apache.lucene.index
Class CheckIndex.Status.TermIndexStatus
java.lang.Object
org.apache.lucene.index.CheckIndex.Status.TermIndexStatus
- Enclosing class:
- CheckIndex.Status
Status from testing term index.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionHolds details of block allocations in the block tree terms dictionary (this is only set if thePostingsFormatfor this segment uses block tree.longNumber of terms with zero live docs docs.Exception thrown during term index test (null on success)longNumber of terms with at least one live doc.longTotal frequency across all terms.longTotal number of positions.
- 
Method Summary
- 
Field Details- 
termCountpublic long termCountNumber of terms with at least one live doc.
- 
delTermCountpublic long delTermCountNumber of terms with zero live docs docs.
- 
totFreqpublic long totFreqTotal frequency across all terms.
- 
totPospublic long totPosTotal number of positions.
- 
errorException thrown during term index test (null on success)
- 
blockTreeStatsHolds details of block allocations in the block tree terms dictionary (this is only set if thePostingsFormatfor this segment uses block tree.
 
-