A strange case I just thought of.
Does the new code handle the case where a merge can drop the resulting
segment "down a level" (due to deletions)?

Example: M=3, B=10, maxMergeDocs=30

1) segment sizes = 30, 30, 30, 30
2) set maxMergeDocs=1000000
3) add enough docs to cause a merge
4) the leftmost 3 segments will be merged first, resulting in segment
sizes = 2, 30, n

-Yonik
http://incubator.apache.org/solr Solr, the open-source Lucene search server

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to