Hi, On Thu, Oct 24, 2013 at 12:20 AM, Arvind Kalyan <bas...@gmail.com> wrote: > I will benchmark the available approach itself then, in that case. Will > revert back if the performance in unacceptable.
For the record, last time I checked, indexing was 2x slower on average on a 10M document collection (see https://issues.apache.org/jira/browse/LUCENE-4752?focusedCommentId=13605896&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13605896) and most of the time was not actually spent in sorting the doc IDs but merging stored fields (because we by-pass the specialized sequential merging impl which is usually used when merging segment without sorting). -- Adrien --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org