Uses of Class
org.apache.lucene.index.CheckIndex.Status.TermIndexStatus

Packages that use CheckIndex.Status.TermIndexStatus
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
 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
static CheckIndex.Status.TermIndexStatus CheckIndex.testPostings(AtomicReader reader, PrintStream infoStream)
          Test the term index.
static CheckIndex.Status.TermIndexStatus CheckIndex.testPostings(AtomicReader reader, PrintStream infoStream, boolean verbose)
          Test the term index.
 



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.