jpountz commented on issue #9721:
URL: https://github.com/apache/lucene/issues/9721#issuecomment-2091045497

   > I guess one alternative is to maintain multiple IndexSearchers with 
different characteristics
   
   Since IndexSearcher is very cheap to create, you could create a new 
`IndexSearcher` for every search? This is something you need to do today if you 
are using timeouts anyway since you only want the timeout to apply to the 
search you're about to run.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to