vigyasharma commented on PR #13202:
URL: https://github.com/apache/lucene/pull/13202#issuecomment-2030540106

   > Perhaps this can be configured by the end-user themselves, by making 
actual timeout checks after every TK number of calls, according to acceptable 
latency / accuracy tradeoffs?
   
   `TimeLimitingBulkScorer` already optimizes for timeout check frequency 
outside of `QueryTimeout` impl, by adjusting the interval passed to bulk 
scorer. I would rather we keep a compatible/similar vector timeout behavior by 
implementing this in the collector manager, so that users can use the same 
timeout impl in both places.
   
   That being said, I'm okay if we do it in a separate change.


-- 
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