sigram opened a new pull request, #3634: URL: https://github.com/apache/solr/pull/3634
During the upgrade to Lucene 10 due to the Lucene API changes the `SolrIndexSearcher.search(List<LeafReaderContext>, Weight, Collector)` became obsolete and was commented out. However, this removed Solr's ability to trigger the use of `TimeLimitingBulkScorer` in Lucene when `QueryLimits` are in use. This PR fixes it and adds a unit test to make sure that this scorer is in fact used when limits are active. -- 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]
