Uses of Class
org.apache.lucene.index.CheckIndex.Status.PointsStatus
-
Packages that use CheckIndex.Status.PointsStatus Package Description org.apache.lucene.index Code to maintain and access indices. -
-
Uses of CheckIndex.Status.PointsStatus in org.apache.lucene.index
Fields in org.apache.lucene.index declared as CheckIndex.Status.PointsStatus Modifier and Type Field Description CheckIndex.Status.PointsStatus
CheckIndex.Status.SegmentInfoStatus. pointsStatus
Status for testing of PointValues (null if PointValues could not be tested).Methods in org.apache.lucene.index that return CheckIndex.Status.PointsStatus Modifier and Type Method Description static CheckIndex.Status.PointsStatus
CheckIndex. testPoints(CodecReader reader, PrintStream infoStream, boolean failFast)
Test the points index.
-