public static final class CheckIndex.Status.TermIndexStatus
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
blockTreeStats
Holds details of block allocations in the block
tree terms dictionary (this is only set if the
PostingsFormat for this segment uses block
tree. |
long |
delTermCount
Number of terms with zero live docs docs.
|
java.lang.Throwable |
error
Exception thrown during term index test (null on success)
|
long |
termCount
Number of terms with at least one live doc.
|
long |
totFreq
Total frequency across all terms.
|
long |
totPos
Total number of positions.
|
Constructor and Description |
---|
TermIndexStatus() |
public long termCount
public long delTermCount
public long totFreq
public long totPos
public java.lang.Throwable error
public java.util.Map<java.lang.String,java.lang.Object> blockTreeStats
PostingsFormat
for this segment uses block
tree.