Re: Feature: skipping caches and info about cache use

2011-06-06 Thread pravesh
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

RE: Feature: skipping caches and info about cache use

2011-06-03 Thread Robert Petersen
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

Re: Feature: skipping caches and info about cache use

2011-06-03 Thread Yonik Seeley
On Fri, Jun 3, 2011 at 1:02 PM, Otis Gospodnetic otis_gospodne...@yahoo.com 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

Re: Feature: skipping caches and info about cache use

2011-06-03 Thread Otis Gospodnetic
rober...@buy.com 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 because it is so different