You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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 asExitableDirectoryReader
?Migrated from LUCENE-10641 by Adrien Grand (@jpountz)
The text was updated successfully, but these errors were encountered: