gaobinlong opened a new pull request, #15936: URL: https://github.com/apache/lucene/pull/15936
### Description BlockGroupingCollector in grouping package did not have until now a corresponding collector manager, this pr introduces one and switches GroupingSearch to use search concurrency and move away from the deprecated search(Query, Collector) method. This PR also implements a new TopGroups.mergeBlockGroup() method to merge blocking TopGroups() collected from different shards. Relates to https://github.com/apache/lucene/issues/12892. -- 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]
