Hello, 

 

QueryResultCache should not related with the order of fq's list.

 

There are two case query with the same meaning below. But the case2 can't
use the queryResultCache when case1 is executed.

 

case1: q=:&fq=field1:value1&fq=field2:value2
case2: q=:&fq=field2:value2&fq=field1:value1

 

I think queryResultCache should not be related with the order of fq's list.

 

I am a new comer in posting bug. I can’t sure whether it is a bug.

 

I create the issure:  <https://issues.apache.org/jira/browse/SOLR-5057>
https://issues.apache.org/jira/browse/SOLR-5057

 

 

By the way, if the issure is ok , how can I post my code? 

 

Thanks.

 

 

Reply via email to