You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "huangfeihong (JIRA)" <ji...@apache.org> on 2013/07/22 15:18:49 UTC

[jira] [Created] (SOLR-5057) queryResultCache should not related with the order of fq's list

huangfeihong created SOLR-5057:
----------------------------------

             Summary: queryResultCache should not related with the order of fq's list
                 Key: SOLR-5057
                 URL: https://issues.apache.org/jira/browse/SOLR-5057
             Project: Solr
          Issue Type: Improvement
          Components: search
    Affects Versions: 4.3, 4.2, 4.1, 4.0
            Reporter: huangfeihong
            Priority: Minor


There are two case in 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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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