queryResultCache should not related with the order of fq's list

2013-07-22 Thread 黄飞鸿
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:value1fq=field2:value2 case2: q=:fq=field2:value2fq=field1:value1

Re: queryResultCache should not related with the order of fq's list

2013-07-22 Thread Chris Hostetter
: By the way, if the issure is ok , how can I post my code? Take a look at this wiki page for imformation on submitting patches... https://wiki.apache.org/solr/HowToContribute https://wiki.apache.org/solr/HowToContribute#Generating_a_patch ...you can attach your patch directly to hte Jira