Re: recent query execution cache in Solr

2010-01-16 Thread Chris Hostetter
: Yes, it's the cache. But not document/query/filter cache, but http : cache. Yes, you can disable it in solrconfig.xml Specificly: it is (probably) your browser cache, as Solr doesn't cache anything between restarts. Info about disabling (or changing the rules for) HTTP caching can be found

Re: recent query execution cache in Solr

2010-01-15 Thread Otis Gospodnetic
Hi, Yes, it's the cache. But not document/query/filter cache, but http cache. Yes, you can disable it in solrconfig.xml You can also modify the URL slightly (e.g. add &foo=1 to the end) to trick your browser into thinking you are looking at a different URL/page. Otis -- Sematext -- http://sem