woops, remove nocommit

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1595301 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2014-05-16 18:45:51 +00:00
parent 3b13b09f98
commit 0014d19919
1 changed files with 0 additions and 1 deletions

View File

@ -295,7 +295,6 @@ public class RandomIndexWriter implements Closeable {
private void doRandomForceMerge() throws IOException {
if (doRandomForceMerge) {
final int segCount = w.getSegmentCount();
// nocommit put random force merge deletes here
if (r.nextBoolean() || segCount == 0) {
// full forceMerge
if (LuceneTestCase.VERBOSE) {