javanna opened a new issue, #13753: URL: https://github.com/apache/lucene/issues/13753
With the introduction of intra-segment search concurrency (see #13542), `DrillSideways` is the only case that disables it in tests which can't support intra-segment slicing given its implementation requirements to go through all docs in a segment at once. This is asserted as well in its score method which checks that min and max are respectively `0` and `NO_MORE_DOCS`. This issue is to discuss a plan to support intra-segment concurrency in `DrillSideways`. Ideally, we'd be able to one day enable intra-segment slicing by default, once #13745 is addressed, but that would not make `IndexSearcher` usable in `DrillSideways` out of the box which is not a good user experience. -- 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.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