Re: About enableLazyFieldLoading and memory

2014-03-19 Thread david . davila
Miguel Para: solr-user@lucene.apache.org, Fecha: 19/03/2014 08:35 Asunto: Re: About enableLazyFieldLoading and memory An interesting check would be disable compression on stored fields, and to check if your searcher works better. Disable compression should increase stored and searcher sh

Re: About enableLazyFieldLoading and memory

2014-03-19 Thread Miguel
An interesting check would be disable compression on stored fields, and to check if your searcher works better. Disable compression should increase stored and searcher should be quicker. I have read that disable compression all you need to do is to write a new codec that uses a stored fields f

Re: About enableLazyFieldLoading and memory

2014-03-18 Thread Shawn Heisey
On 3/18/2014 7:18 AM, david.dav...@correo.aeat.es wrote: > yes, but if I use enableLazyFieldLoading=trueand my queries only request > for very small fields like ID, DocumentCache shouldn't grow, although my > stored fields are very big. Am I wrong? Since Solr 4.1, stored fields are compressed.

Re: About enableLazyFieldLoading and memory

2014-03-18 Thread david . davila
cción de Tecnologías de Análisis de la Información e Investigación del Fraude Teléfono: 917681160 Extensión: 30160 De: Miguel Para: solr-user@lucene.apache.org, Fecha: 18/03/2014 14:12 Asunto: Re: About enableLazyFieldLoading and memory Hi David If you use lazy field lo

Re: About enableLazyFieldLoading and memory

2014-03-18 Thread Miguel
Hi David If you use lazy field loading (/enableLazyFieldLoading=true/) /documentCache/ functionality is somehow limited. This means that the document stored in the /documentCache/ will contain only those fields that were passed to the /fl /parameter. /documentCache/ requires memory, the

About enableLazyFieldLoading and memory

2014-03-18 Thread david . davila
Hello, we have a Solr Cloud 4.7, but this question is also related with other versions, because we have tested this in several installations. We have a very big index ( more than 400K docs) with big documents, but in our queries we don't fetch the large fields in fl parameter. But, we have s