romseygeek opened a new pull request, #15741: URL: https://github.com/apache/lucene/pull/15741
We inadvertently removed a branch where a segment without a sort field would create a postings-based competitive state that generated an empty iterator, meaning that searches against such segments would waste time checking every document rather than early terminating. This re-adds that logic, introducing a simpler skip-all-docs implementation and adding explicit tests. -- 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]
