This was an attempt on addIndexesNoOptimize's part to "respect" the maxMergeDocs (which prevents large segments from being merged) you had set on IndexWriter.

However, the check was too pedantic, and was removed as of 2.4, under this issue:

    https://issues.apache.org/jira/browse/LUCENE-1254

Mike

Antony Bowesman wrote:

The javadocs state

"This requires ... and the upper bound* of those segment doc counts not exceed maxMergeDocs."

Can one of the gurus please explain what that means and what needs to be done to find out whether an index being merged fits that criteria.

Thanks
Antony




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



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

Reply via email to