solr4.0 how the log repeat "Waiting for client to connect to Zookeeper"
.66:2181,192.168.201.64:2181,192.168.201.65:2181 sessionTimeout=1 watcher=org.apache.solr.common.cloud. ConnectionManager@66f5e34b --- 黄飞鸿 15868137416
queryResultCache should not related with the order of fq's list
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:value