FYI JIRA issue & PR: https://issues.apache.org/jira/browse/SOLR-16693
~ David Smiley Apache Lucene/Solr Search Developer http://www.linkedin.com/in/davidwsmiley On Tue, Mar 7, 2023 at 11:15 AM David Smiley <dsmi...@apache.org> wrote: > > On Tue, Mar 7, 2023 at 10:44 AM Houston Putman <hous...@apache.org> wrote: > >> The only issue I see is that the IndexSearcher timeout isn't per-query, >> its >> a setting on the searcher itself. >> Since timeAllowed is a query param, this seems like an issue. >> Am I reading that incorrectly? >> > > Yes but we can override: > protected void search(List<LeafReaderContext> leaves, Weight weight, > Collector collector) > which is not long and is the only method using the timeout. >