Searched defs:CheckIndex (Results 1 - 1 of 1) sorted by relevance

/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/index/
H A DCheckIndex.java50 public class CheckIndex { class
85 * @see CheckIndex#checkIndex(List) */
88 /** True if the index was created with a newer version of Lucene than the CheckIndex tool. */
99 * had no problems (this is used with the {@link CheckIndex#fixIndex}
258 /** Create a new CheckIndex on the directory. */
259 public CheckIndex(Directory dir) { method in class:CheckIndex
948 java -ea:org.apache.lucene... org.apache.lucene.index.CheckIndex pathToIndex [-fix] [-segment X] [-segment Y]
1013 System.out.println("\nUsage: java org.apache.lucene.index.CheckIndex pathToIndex [-fix] [-segment X] [-segment Y] [-dir-impl X]\n" +
1061 CheckIndex checker = new CheckIndex(di
[all...]

Completed in 20 milliseconds