romseygeek opened a new pull request, #16370: URL: https://github.com/apache/lucene/pull/16370
Currently two-phase iterators are ordered by their approximation cost. Many two-phase implementations use maxDoc as their approximation, however, meaning that we don't necessarily get a good ordering between them and more expensive matches can be called unnecessarily. This adds an additional comparison layer for two-phase iterators that orders by matchCost. -- 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]
