jpountz commented on PR #12526: URL: https://github.com/apache/lucene/pull/12526#issuecomment-1718893926
FYI there was an interesting observation on another benchmark that took advantage of recursive graph bisection: https://jpountz.github.io/lucene-9.7-vs-9.8/. One query (`the incredibles`) became more than 7x (!) slower because recursive graph bisection had moved matches of the term with the highest score weight towards the end of the doc ID space. This should get addressed by a change like this PR. -- 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. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org 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