[ https://issues.apache.org/jira/browse/LUCENE-10371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17492814#comment-17492814 ]
ASF subversion and git services commented on LUCENE-10371: ---------------------------------------------------------- Commit 6157854523d35f3359632361d87965572552c134 in lucene's branch refs/heads/main from Patrick Zhai [ https://gitbox.apache.org/repos/asf?p=lucene.git;h=6157854 ] LUCENE-10371 Make IndexRearranger able to arrange segment in a determined order (#630) > Make IndexRearranger able to arrange segment into a determined order > -------------------------------------------------------------------- > > Key: LUCENE-10371 > URL: https://issues.apache.org/jira/browse/LUCENE-10371 > Project: Lucene - Core > Issue Type: Improvement > Reporter: Patrick Zhai > Priority: Minor > Time Spent: 50m > Remaining Estimate: 0h > > Previously when I tried to make change to luceneutil to let it use > {{IndexRearranger}} for a faster deterministic index construction, I found > that even each segment contains the same documents set, the order of segments > will impact the estimated hit number (using BMW): > [https://markmail.org/message/zl6zsqvbg7nwfq6w] > At that time the discussion tend to tolerant the small hit count difference > to resolve the issue, after some time when I discuss this issue again with > [~mikemccand] , we thought it might also be a good idea to just add ability > of rearranging the segments order to {{IndexRearranger}}, so that we can > ensure each time the rearranged index is truly the same. -- This message was sent by Atlassian Jira (v8.20.1#820001) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org