: 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
t -- http://sematext.com/ -- Solr - Lucene - Nutch
- Original Message
> From: Smith G
> To: solr-user@lucene.apache.org
> Sent: Fri, January 15, 2010 7:57:23 AM
> Subject: recent query execution cache in Solr
>
> Hello,
> I have some project-specific config fi
Hello,
I have some project-specific config files, which are being
used to boost some important fields. These files are read by Solr for
the first query and then stored in an Object, and used for the
following queries.
As those files are read for the first request, I need to
rest