public static final class CheckIndex.Status.TermIndexStatus extends Object
Modifier and Type | Field and Description |
---|---|
Throwable |
error
Exception thrown during term index test (null on success)
|
long |
termCount
Total term count
|
long |
totFreq
Total frequency across all terms.
|
long |
totPos
Total number of positions.
|
Constructor and Description |
---|
CheckIndex.Status.TermIndexStatus() |
public long termCount
public long totFreq
public long totPos
public Throwable error