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

/lucene-3.6.0/lucene/backwards/src/test-framework/java/org/apache/lucene/util/
H A D_TestUtil.java147 public static CheckIndex.Status checkIndex(Directory dir) throws IOException { method in class:_TestUtil
152 CheckIndex.Status indexStatus = checker.checkIndex();
/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/index/
H A DCheckIndex.java56 * Returned from {@link #checkIndex()} detailing the health and status of the index.
85 * @see CheckIndex#checkIndex(List) */
111 * #checkIndex(List)}) was called with non-null
304 public Status checkIndex() throws IOException { method in class:CheckIndex
305 return checkIndex(null);
320 public Status checkIndex(List<String> onlySegments) throws IOException { method in class:CheckIndex
912 * from {@link #checkIndex}. Note that this does not
1064 Status result = checker.checkIndex(onlySegments);
/lucene-3.6.0/lucene/test-framework/src/java/org/apache/lucene/util/
H A D_TestUtil.java148 public static CheckIndex.Status checkIndex(Directory dir) throws IOException { method in class:_TestUtil
153 CheckIndex.Status indexStatus = checker.checkIndex();

Completed in 2016 milliseconds