romseygeek opened a new pull request, #16352: URL: https://github.com/apache/lucene/pull/16352
Currently it returns DocIdSetIterator.NO_MORE_DOCS, meaning that it will compare as more costly to almost any other iterator and never be used to drive iteration in conjunctions, even against expensive two-phase queries that report max_doc as their cost. -- 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]
