Upgrade Lucene to 5.4.1

Change-Id: I9acd9302225a20980d5d5a1cd1ce95cc1c22fe61
This commit is contained in:
Dave Borowitz
2016-02-04 13:54:16 -05:00
parent 8dcf701224
commit 3b553fa968
2 changed files with 6 additions and 6 deletions

View File

@@ -108,7 +108,7 @@ public class AutoCommitWriter extends IndexWriter {
}
void manualFlush() throws IOException {
flush(true, true);
flush();
if (autoCommit) {
commit();
}