[ 
https://issues.apache.org/jira/browse/LUCENE-7817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16006475#comment-16006475
 ] 

Christoph Kaser commented on LUCENE-7817:
-----------------------------------------

Perfect, thank you! :)

> LRUQueryCache.onQueryCache is always called with null as first parameter
> ------------------------------------------------------------------------
>
>                 Key: LUCENE-7817
>                 URL: https://issues.apache.org/jira/browse/LUCENE-7817
>             Project: Lucene - Core
>          Issue Type: Bug
>          Components: core/search
>    Affects Versions: master (7.0), 6.4.1, 6.5.1
>            Reporter: Christoph Kaser
>             Fix For: master (7.0), 6.6
>
>
> 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



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to