|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.lucene.index.CheckIndex.Status.TermIndexStatus
public static final class CheckIndex.Status.TermIndexStatus
Status from testing term index.
| Field Summary | |
|---|---|
Map<String,BlockTreeTermsReader.Stats> |
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. |
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. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public long termCount
public long totFreq
public long totPos
public Throwable error
public Map<String,BlockTreeTermsReader.Stats> blockTreeStats
PostingsFormat for this segment uses block
tree.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||