RE: Disabling document cache usage

2013-01-15 Thread Markus Jelsma
Hi, Commenting them out works fine. We don't use documentCaches either as they eat too much and return only so little. Cheers -Original message- > From:Otis Gospodnetic > Sent: Tue 15-Jan-2013 17:29 > To: solr-user@lucene.apache.org > Subject: Re: Disabling doc

Re: Disabling document cache usage

2013-01-15 Thread Otis Gospodnetic
gt; > To: solr-user@lucene.apache.org > > Subject: Disabling document cache usage > > > > Hi, > > > > https://issues.apache.org/jira/browse/SOLR-2429 added the ability to > > disable filter and query caches on a request by request basis. > > > > Is there

RE: Disabling document cache usage

2013-01-15 Thread Markus Jelsma
No, SolrIndexSearcher has no mechanism to do that. The only way is to disable the cache altogether or patch it up :) -Original message- > From:Otis Gospodnetic > Sent: Tue 15-Jan-2013 16:57 > To: solr-user@lucene.apache.org > Subject: Disabling document cache u