On Thu, Mar 21, 2013 at 6:22 PM, Chris Hostetter
wrote:
>
> : Just add {!cache=false} to the filter in your query
> : (http://wiki.apache.org/solr/SolrCaching#filterCache).
> ...
> : > I need to use the filter query feature to filter my results, but I
> : > don't want the results cached as
: Just add {!cache=false} to the filter in your query
: (http://wiki.apache.org/solr/SolrCaching#filterCache).
...
: > I need to use the filter query feature to filter my results, but I
: > don't want the results cached as documents are added to the index
: > several times per second and t
Hello!
Just add {!cache=false} to the filter in your query
(http://wiki.apache.org/solr/SolrCaching#filterCache).
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ElasticSearch
> I need to use the filter query feature to filter my results, but I
> don't want t
I need to use the filter query feature to filter my results, but I
don't want the results cached as documents are added to the index
several times per second and the results will be state immediately. Is
there any way to disable filter query caching?
This is on Solr 4.1 running in Jetty on Ubuntu