Uses of Class
org.apache.lucene.index.CheckIndex.Status.TermIndexStatus
-
Packages that use CheckIndex.Status.TermIndexStatus Package Description org.apache.lucene.index Code to maintain and access indices. -
-
Uses of CheckIndex.Status.TermIndexStatus in org.apache.lucene.index
Fields in org.apache.lucene.index declared as CheckIndex.Status.TermIndexStatus Modifier and Type Field Description CheckIndex.Status.TermIndexStatus
CheckIndex.Status.SegmentInfoStatus. termIndexStatus
Status for testing of indexed terms (null if indexed terms could not be tested).Methods in org.apache.lucene.index that return CheckIndex.Status.TermIndexStatus Modifier and Type Method Description private static CheckIndex.Status.TermIndexStatus
CheckIndex. checkFields(Fields fields, Bits liveDocs, int maxDoc, FieldInfos fieldInfos, NormsProducer normsProducer, boolean doPrint, boolean isVectors, java.io.PrintStream infoStream, boolean verbose, boolean doSlowChecks)
checks Fields api is consistent with itself.static CheckIndex.Status.TermIndexStatus
CheckIndex. testPostings(CodecReader reader, java.io.PrintStream infoStream)
Test the term index.static CheckIndex.Status.TermIndexStatus
CheckIndex. testPostings(CodecReader reader, java.io.PrintStream infoStream, boolean verbose, boolean doSlowChecks, boolean failFast)
Test the term index.
-