Package org.apache.lucene.index
Class CheckIndex.Status.StoredFieldStatus
java.lang.Object
org.apache.lucene.index.CheckIndex.Status.StoredFieldStatus
- Enclosing class:
- CheckIndex.Status
Status from testing stored fields.
-
Field Summary
-
Method Summary
-
Field Details
-
docCount
public int docCountNumber of documents tested. -
totFields
public long totFieldsTotal number of stored fields tested. -
error
Exception thrown during stored fields test (null on success)
-