On Wed, Oct 16, 2013 at 6:18 PM, Tim Vaillancourt <t...@elementspace.com> wrote:
> I am debugging some /select queries on my Solr tier and would like to see
> if there is a way to tell Solr to skip the caches on a given /select query
> if it happens to ALREADY be in the cache. Live queries are being inserted
> and read from the caches, but I want my debug queries to bypass the cache
> entirely.
>
> I do know about the "cache=false" param (that causes the results of a
> select to not be INSERTED in to the cache), but what I am looking for
> instead is a way to tell Solr to not read the cache at all, even if there
> actually is a cached result for my query.

Yeah, cache=false for "q" or "fq" should already not use the cache at
all (read or write).

-Yonik

Reply via email to