sgup432 commented on issue #14183:
URL: https://github.com/apache/lucene/issues/14183#issuecomment-2679778282

   @jpountz Just checking if you’ve had a chance to look into this. As 
mentioned, I believe dynamically adjusting `skip_factor` would be beneficial. 
Additionally, we can also  introduce a simple counter to track how often we 
skip caching an item due to `skip_factor`. This could help in fine-tuning the 
adjustment.
   
   We can also try thinking to expose this via QueryCachingPolicy, but with a 
change where a user can dynamically update the parameters like `skip_factor` or 
others via their own implementation without polluting the core `LRUQueryCache` 
code.


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