Hello, Is there any difference in the way things are stored in the filterCache if I do
&(fq=field1:val1 AND field2:val2) or &fq=field1:val&fq=field2:val2 eventhough these are logically identical ? What get stored exactly ? Also can you point me to where in the Solr source code this processing happens ? Thank you. Antoine.