msokolov commented on issue #14028:
URL: https://github.com/apache/lucene/issues/14028#issuecomment-2520250317

   I believe query cache is highly customizable: `QueryCache` is just an 
interface; you can implement whatever you want. And the main impl 
`LRUQueryCache` has many extension points, esp. including `QueryCachingPolicy`. 
Have you tried to implement what you want using these tools?
   
   As a side note, it's generally not effective or appreciated to call out 
individuals in public here or on the mailing list unless there is some ongoing 
dialog. Not sure if Adrien is already engaged with you on this? 


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