[ https://issues.apache.org/jira/browse/LUCENE-10371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17492881#comment-17492881 ]
ASF subversion and git services commented on LUCENE-10371: ---------------------------------------------------------- Commit ceccc1bd7b96e9b0dcb8a723e02e40ae6e1891ab in lucene's branch refs/heads/branch_9x from Patrick Zhai [ https://gitbox.apache.org/repos/asf?p=lucene.git;h=ceccc1b ] LUCENE-10371 Make IndexRearranger able to arrange segment in a determined order (#683) > 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: 1h 10m > 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