javanna opened a new pull request, #13780: URL: https://github.com/apache/lucene/pull/13780
With the introduction of intra-segment concurrency, we have introduced a new protected search(LeafReaderContextPartition, Weight, Collector) method. The previous variant that accepts a list of leaf reader contexts was left deprecated as there is one leftover usages coming from search(Query, Collector). The hope was that the latter was going to be removed soon as well, but there is actually no need to tie the two removals. It is easier to fold this method into its only caller, in order for it to still bypass the collector manager based methods. -- 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 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