addIndexes(Directory...) should not trigger merge on flush()
------------------------------------------------------------

                 Key: LUCENE-2610
                 URL: https://issues.apache.org/jira/browse/LUCENE-2610
             Project: Lucene - Java
          Issue Type: Improvement
          Components: Index
            Reporter: Shai Erera
            Assignee: Shai Erera
            Priority: Minor
             Fix For: 3.1, 4.0


IndexWriter.addIndexes(Directory..) calls flush() w/ triggerMerge=true. This 
beats the purpose of the changes done to addIndexes to not merge any segments 
and leave it as the application's choice. The change is very simple - pass 
false instead of true. I don't plan to post a patch, however opened an issue in 
case some want to comment about it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to