We are aware of adding cache=false to our queries but everything we see seems
to reference filterCache.  We weren't sure if this parameter would work the
same way with the queryResultsCache.  Here is an example of a query we don't
want to cache(NOTE: I'm just the administrator, I'm not so familiar w/ query
construction):

Currently it is constructed as: &fq=doc_type:%22Cast%22&q=id:48880

We want to rewrite as: &q=*:*&fq={!cache=false}(doc_type:"Cast" AND
id:"48880")  

As such I believe it would not cache the filter, would this also not cache
the queryResult or would it need to be written another way:


&q={!cache=false}(*:*)&fq={!cache=false}(doc_type:"Cast" AND id:"48880")  

Or is it not possible to exclude thing from the queryCache?




--
View this message in context: 
http://lucene.472066.n3.nabble.com/Excluding-caching-of-queryresult-tp4023105.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to