mirror of https://github.com/apache/lucene.git
remove false nocommit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1180124 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
037f85014b
commit
40426f3464
|
@ -93,7 +93,7 @@ public class TestNRTManager extends ThreadedIndexingAndSearchingTestCase {
|
||||||
System.out.println(Thread.currentThread().getName() + ": nrt: verify " + id);
|
System.out.println(Thread.currentThread().getName() + ": nrt: verify " + id);
|
||||||
}
|
}
|
||||||
final SearcherManager manager = nrt.waitForGeneration(gen, false);
|
final SearcherManager manager = nrt.waitForGeneration(gen, false);
|
||||||
final IndexSearcher s = manager.acquire();// nocommit get(gen, false);
|
final IndexSearcher s = manager.acquire();
|
||||||
if (VERBOSE) {
|
if (VERBOSE) {
|
||||||
System.out.println(Thread.currentThread().getName() + ": nrt: got searcher=" + s);
|
System.out.println(Thread.currentThread().getName() + ": nrt: got searcher=" + s);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue