weizijun opened a new issue, #15379: URL: https://github.com/apache/lucene/issues/15379
### Description Currently, knn search does not use LRUQueryCache for acceleration. The knn search is heavy when k is big. Can query caching be supported in knn search? In semantic search scenario, there are many hot queries. Query caching can speed up these queries. -- 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]
