IndexWriter.addIndexesNoOptimize ignores the compound file setting of the 
destination index
-------------------------------------------------------------------------------------------

                 Key: LUCENE-1642
                 URL: https://issues.apache.org/jira/browse/LUCENE-1642
             Project: Lucene - Java
          Issue Type: Bug
          Components: Index
            Reporter: Yasuhiro Matsuda
            Priority: Minor


IndexWriter.addIndexesNoOptimize(Directory[]) ignores the compound file setting 
of the destination index. It is using the compound file flags of segments in 
the source indexes.
This sometimes causes undesired increase of the number of files in the 
destination index when non-compound file indexes are added until merge kicks in.

-- 
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: java-dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-dev-h...@lucene.apache.org

Reply via email to