SOLR1.3+ logs only the fresh queries in the logs. If you re-run the same
query then it is served from cache, and not printed on the logs(unless
cache(s) are not warmed or sercher is reopened).
So, Otis's proposal would definitely help in doing some benchmarks &
baselining the search :)
--
View t
sen
> To: solr-user@lucene.apache.org
> Sent: Fri, June 3, 2011 5:58:43 PM
> Subject: RE: Feature: skipping caches and info about cache use
>
> Why, I'm just wondering?
>
> For a case where you know the next query would not be possible to be
> already in the cache
On Fri, Jun 3, 2011 at 1:02 PM, Otis Gospodnetic
wrote:
> Is it just me, or would others like things like:
> * The ability to tell Solr (by passing some URL param?) to skip one or more of
> its caches and get data from the index
Yeah, we've needed this for a long time, and I believe there's a JIR
Why, I'm just wondering?
For a case where you know the next query would not be possible to be
already in the cache because it is so different from the norm?
Just for timing information for instrumentation used for tuning (ie so
you can compare cached response times vs non-cached response time