javanna opened a new pull request, #16091: URL: https://github.com/apache/lucene/pull/16091
For the ScoreMode.None + no min/max path, replace the deprecated IndexSearcher#search(Query, Collector) call with a CollectorManager that creates a GlobalOrdinalsCollector per slice and merges their LongBitSets with OR in reduce(). This also enables true parallel collection when the searcher has an executor. Switch testSimpleOrdinalsJoin and testOrdinalsJoinExplainNoMatches to use newSearcher() so the concurrent merge path is covered probabilistically. -- 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]
