Package org.apache.lucene.index
Class CheckIndex.Status.LiveDocStatus
java.lang.Object
org.apache.lucene.index.CheckIndex.Status.LiveDocStatus
- Enclosing class:
- CheckIndex.Status
Status from testing livedocs
-
Field Summary
Modifier and TypeFieldDescriptionException thrown during term index test (null on success)int
Number of deleted documents. -
Method Summary
-
Field Details
-
numDeleted
public int numDeletedNumber of deleted documents. -
error
Exception thrown during term index test (null on success)
-