gaobinlong opened a new pull request, #16379: URL: https://github.com/apache/lucene/pull/16379
### Description As we introduced CachingCollectorManager and all other collector managers needed in GroupingSearch, now we can safely remove the deprecated search(Query, Collector) usage in TestGrouping. Since the collector managers like FirstPassCollectorManager and TopGroupsCollectorManager don't return `null`, so we don't need to handle the null case in the 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]
