Andrzej Bialecki created SOLR-17859:
---------------------------------------
Summary: TimeLimitingBulkScorer not used anymore for queries with
limits
Key: SOLR-17859
URL: https://issues.apache.org/jira/browse/SOLR-17859
Project: Solr
Issue Type: Bug
Affects Versions: main (10.0)
Reporter: Andrzej Bialecki
Assignee: Andrzej Bialecki
After Lucene 10 upgrade (SOLR-17631) it's very likely that query limits are not
enforced in this collector, due to the Lucene API change and the commented-out
method in {{SolrIndexSearcher.search(List<LeafReaderContext> leaves, Weight
weight, Collector collector)}}.
Unfortunately there were no unit tests in Solr to specifically target this code
execution path - the existing tests related to {{QueryLimits}} are either too
synthetic or simulate timeouts in other components.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]