Adrien Grand created LUCENE-10641:
-------------------------------------

             Summary: IndexSearcher#setTimeout should also abort query 
rewrites, point ranges and vector searches
                 Key: LUCENE-10641
                 URL: https://issues.apache.org/jira/browse/LUCENE-10641
             Project: Lucene - Core
          Issue Type: Improvement
            Reporter: Adrien Grand


{{IndexSearcher}} only checks the query timeout in the collection phase for 
now. It should check the timeout in other operations that may take time such as 
intersecting a fuzzy automaton with a terms dictionary, evaluating points that 
fall into a range or running a vector search. This should be possible to do by 
wrapping the IndexReader's data structures in the same way as 
{{ExitableDirectoryReader}}?



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to