Uses of Class
org.apache.lucene.index.CheckIndex.Status.TermIndexStatus
Packages that use CheckIndex.Status.TermIndexStatus
-
Uses of CheckIndex.Status.TermIndexStatus in org.apache.lucene.index
Fields in org.apache.lucene.index declared as CheckIndex.Status.TermIndexStatusModifier and TypeFieldDescriptionCheckIndex.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.TermIndexStatusModifier and TypeMethodDescriptionprivate static CheckIndex.Status.TermIndexStatus
CheckIndex.checkFields
(Fields fields, Bits liveDocs, int maxDoc, FieldInfos fieldInfos, NormsProducer normsProducer, boolean doPrint, boolean isVectors, PrintStream infoStream, boolean verbose, int level) checks Fields api is consistent with itself.CheckIndex.testPostings
(CodecReader reader, PrintStream infoStream) Test the term index.CheckIndex.testPostings
(CodecReader reader, PrintStream infoStream, boolean verbose, int level, boolean failFast) Test the term index.