Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
6.4.1, 6.5.1, 7.0
-
None
-
New, Patch Available
Description
According to the javadocs, LRUQueryCache.onQueryCache can be used to track usage statistics on cached queries. Unfortunately, due to a bug, the query parameter is always passed as null, making the method practically useless.
This PR fixes the problem:
https://github.com/apache/lucene-solr/pull/199