sgup432 commented on issue #15379: URL: https://github.com/apache/lucene/issues/15379#issuecomment-3483963867
@weizijun LRUQueryCache only caches non scoring queries ([link](https://github.com/apache/lucene/blob/main/lucene/core/src/java/org/apache/lucene/search/IndexSearcher.java#L968)), so you can probably check on that first. In addition, you can look at `UsageTrackingQueryCachingPolicy` which is the default caching policy, and see if tweaking it for knn queries helps in caching those? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
