Package org.apache.lucene.index
Class CheckIndex.Status.TermVectorStatus
java.lang.Object
org.apache.lucene.index.CheckIndex.Status.TermVectorStatus
- Enclosing class:
- CheckIndex.Status
Status from testing stored fields.
-
Field Summary
Modifier and TypeFieldDescriptionint
Number of documents tested.Exception thrown during term vector test (null on success)long
Total number of term vectors tested. -
Method Summary
-
Field Details
-
docCount
public int docCountNumber of documents tested. -
totVectors
public long totVectorsTotal number of term vectors tested. -
error
Exception thrown during term vector test (null on success)
-