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.