Re: programmatically disable/enable solr queryResultCache...

2014-02-26 Thread Senthilnathan Vijayaraja
lem you're having is in the first place. > >> > >> At any rate, queryResultCache is unlikely to impact > >> much. All it is is a map containing the query and > >> the first few document IDs (internal Lucene). See > >> in solrconfig.xml. It is

Re: programmatically disable/enable solr queryResultCache...

2014-02-26 Thread Shalin Shekhar Mangar
in solrconfig.xml. It is >> quite light-weight, it does NOT store the entire >> result set, nor even the contents of the documents. >> >> Best >> Erick >> >> >> On Tue, Feb 25, 2014 at 6:07 AM, Senthilnathan Vijayaraja < >> senthilnat...@8kmiles.com> wrote: >> >> > is there any way programmatically disable/enable solr queryResultCache? >> > >> > I am using SolrJ. >> > >> > >> > Thanks & Regards, >> > Senthilnathan V >> > >> -- Regards, Shalin Shekhar Mangar.

Re: programmatically disable/enable solr queryResultCache...

2014-02-25 Thread Senthilnathan Vijayaraja
> result set, nor even the contents of the documents. > > Best > Erick > > > On Tue, Feb 25, 2014 at 6:07 AM, Senthilnathan Vijayaraja < > senthilnat...@8kmiles.com> wrote: > > > is there any way programmatically disable/enable solr queryResultCache? > > > > I am using SolrJ. > > > > > > Thanks & Regards, > > Senthilnathan V > > >

Re: programmatically disable/enable solr queryResultCache...

2014-02-25 Thread Erick Erickson
es.com> wrote: > is there any way programmatically disable/enable solr queryResultCache? > > I am using SolrJ. > > > Thanks & Regards, > Senthilnathan V >

programmatically disable/enable solr queryResultCache...

2014-02-25 Thread Senthilnathan Vijayaraja
is there any way programmatically disable/enable solr queryResultCache? I am using SolrJ. Thanks & Regards, Senthilnathan V