Re: Don't cache filter queries

2013-03-22 Thread Dotan Cohen
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

Re: Don't cache filter queries

2013-03-21 Thread Chris Hostetter
: 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

Re: Don't cache filter queries

2013-03-21 Thread Rafał Kuć
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

Don't cache filter queries

2013-03-21 Thread Dotan Cohen
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