zihanx commented on PR #16496: URL: https://github.com/apache/lucene/pull/16496#issuecomment-5222491805
Hi @mikemccand @gsmiller , this PR implements the `ReaderUtil.partitionByLeaf` redesign we discussed in #15905. It drops `ScoreDoc[]` for `int[]`, and the two-method split with per-leaf ordinals for the future scatter/gather retriever. The main points from that thread are captured in the description. Would appreciate your review, thank you so much! -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
