On Mon, Dec 27, 2010 at 3:26 AM, Li Li <fancye...@gmail.com> wrote: > see maxMergeDocs(maxMergeSize) in solrconfig.xml. if the segment's > documents size is larger than this value, it will not be merged. >
I see that in my solrconfig.xml, but it is commented and marked as deprecated. I have uncommented this setting (so the value was 2147483647) un run the optmize again but it finished immediately and still left 21 segments. Btw mergeFactor is set to 20, maxDoc is 121490241, the index will be "read-only". Thanks.