mirror of https://github.com/apache/lucene.git
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:
parent
3b13b09f98
commit
0014d19919
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue