Re-reading the documentation, it seems that Solr caches the results of the fq 
parameter, not lower level field constraints. This would imply that breaking a 
single complex boolean filter into multiple conjunctive fq parameters would 
improve the odds for cache hits.  Is this correct?

fq=(a:foo or b:bar) and c:bah
Vs.
fq=(a:foo or b:bar)&fq=c:bah


Thanks,

-Jess
-- 
Sent from my Android phone with K-9 Mail. Please excuse my brevity.

Reply via email to