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 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 Server. Thanks.