mikemccand commented on pull request #128:
URL: https://github.com/apache/lucene/pull/128#issuecomment-851551676


   Also, note that the "first segment" might not necessarily always be the 
largest!  The way our default merge policy works, that tends to be the case, 
but users can customize the merge policy, and we recently added a feature to 
let `IndexWriter` customize how it sorts the segments.  We should maybe sort 
the segments by descending `docCount` and work on them (concurrently) in that 
order?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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

Reply via email to