Package org.apache.lucene.index
Class CheckIndex.Status.PointsStatus
java.lang.Object
org.apache.lucene.index.CheckIndex.Status.PointsStatus
- Enclosing class:
- CheckIndex.Status
Status from testing PointValues
-
Field Summary
Modifier and TypeFieldDescriptionException thrown during point values test (null on success)int
Total number of fields with points.long
Total number of values points tested. -
Method Summary
-
Field Details
-
totalValuePoints
public long totalValuePointsTotal number of values points tested. -
totalValueFields
public int totalValueFieldsTotal number of fields with points. -
error
Exception thrown during point values test (null on success)
-