Re: Disable all caches in Solr

2014-07-07 Thread vidit.asthana
Thanks Chris. I understand this. But this test is to determine the *maximum* latency a query can have and hence I have disabled all caches. After disabling all caches in solrconfig, I was able to remove "latency variation" for a single query in most of the cases. But still *sort* queries are show

Re: Disable all caches in Solr

2014-07-01 Thread Chris Hostetter
: I want to run some query benchmarks, so I want to disable all type of caches Just to be clear: disabling all internal caching because you want to run a benchmark means you're probably going to wind up running a useless benchmark. Solr's internal caching is a key component of it's perormance

Re: Disable all caches in Solr

2014-07-01 Thread Toke Eskildsen
On Tue, 2014-07-01 at 10:53 +0200, vidit.asthana wrote: > Are there any other hidden caches which I should know about before running > my tests? Clear the disk cache? - Toke Eskildsen, State and University Library, Denmark

Re: Disable all caches in Solr

2014-07-01 Thread vidit.asthana
Yes, I have also commented "newSearcher" and "firstSearcher" queries in solrConfig.xml -- View this message in context: http://lucene.472066.n3.nabble.com/Disable-all-caches-in-Solr-tp4144933p4144935.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Disable all caches in Solr

2014-07-01 Thread Alexandre Rafalovitch
Have you also disabled the queries used to initialize searchers after commit? Personal website: http://www.outerthoughts.com/ Current project: http://www.solr-start.com/ - Accelerating your Solr proficiency On Tue, Jul 1, 2014 at 3:53 PM, vidit.asthana wrote: > I want to run some query benchmark

Re: Disable all caches in solr

2013-06-03 Thread bbarani
You can also check out this link. http://lucene.472066.n3.nabble.com/Is-there-a-way-to-remove-caches-in-SOLR-td4061216.html#a4061219 -- View this message in context: http://lucene.472066.n3.nabble.com/Disable-all-caches-in-solr-tp4066517p4067870.html Sent from the Solr - User mailing list ar

Re: Disable all caches in solr

2013-05-28 Thread Yago Riveiro
Indeed, I commented all entries for cache in solrconfig, but solrmeter shows me cache for field cache type, Now I know why. Thanks Shalin, -- Yago Riveiro Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Tuesday, May 28, 2013 at 3:53 PM, Shalin Shekhar Mangar wrote: > Edit the solr

Re: Disable all caches in solr

2013-05-28 Thread Shalin Shekhar Mangar
Edit the solrconfig.xml and remove/comment , , . Note that some caches such as FieldCache (created for sorting/faceting on demand) cannot be disabled. On Tue, May 28, 2013 at 8:10 PM, yriveiro wrote: > Hi, > > How I can disable all caches that solr use? > > Regards > > /Yago > > > > - > Bes