javanna opened a new pull request, #13602: URL: https://github.com/apache/lucene/pull/13602
This commit modifies ReadTask to no longer call the deprecated search(Query, Collector). Instead, it creates a collector manager and calls search(Query, CollectorManager). The existing protected createCollector method is removed in favour of createCollectorManager that returns now a CollectorManager in place of a Collector. SearchWithCollectorTask works the same way if "topScoreDoc" is provided as config. Loading of a custom collector will no longer work, and needs to be replaced with loading a collector manager by class name instead. -- 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