We're using IndexUpgrader to upgrade indexes. The 4.10.4 version of this appears to be implemented with a call to forceMerge(1). But when I look at the result for one particular index here, I see that it has 11 segments after doing the merge.
When the 5.5.2 version was then run against the same index, it brought it down to 2 ... but it seems to have been implemented using forceMerge(1) too. What is going on here? TX --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org