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
Hi, Thanks Markus. How are caches disabled these days... in Solr 4.0 that is? I remember trying to comment them out in the past, but seeing them still enabled and used with some custom size and other settings. Thanks, Otis -- Solr & ElasticSearch Support http://sematext.com/ On Tue, Jan 15,

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 usage > > Hi, > > https