RE: never desallocate RAM...during search

2008-06-24 Thread r.nieto
De: Erik Hatcher [mailto:[EMAIL PROTECTED] Enviado el: lunes, 23 de junio de 2008 20:49 Para: solr-user@lucene.apache.org Asunto: Re: never desallocate RAM...during search On Jun 23, 2008, at 8:16 AM, <[EMAIL PROTECTED]> wrote: > I was doing something similar to your solution to have bet

Re: never desallocate RAM...during search

2008-06-23 Thread Erik Hatcher
On Jun 23, 2008, at 8:16 AM, <[EMAIL PROTECTED]> wrote: I was doing something similar to your solution to have better searching times. I download you patch but I have a problem in one class. I'm not sure if I'm doing something wrong but if I what to compile the proyect I must change in In

RE: never desallocate RAM...during search

2008-06-23 Thread r.nieto
cene.apache.org Asunto: RE: never desallocate RAM...during search Hi Robert, We had actually a similar problem to your own (slow highlighting of big documents). We corrected it by extending copyField functionality : https://issues.apache.org/jira/browse/SOLR-538 We just updated the patch.

Re: never desallocate RAM...during search

2008-06-21 Thread Chris Hostetter
: Another thing that I found is that although I comment (in solrconfig) all : this options: : > filterCache, queryResultCache, documentCache, enableLazyFieldLoading, : useFilterForSortedQuery, boolTofilterOptimizer : In the stats always appear "caching:true". FYI: that's telling you that the

RE: never desallocate RAM...during search

2008-06-20 Thread Nicolas DESSAIGNE
problem. Nicolas -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Envoyé : mercredi 18 juin 2008 15:49 À : solr-user@lucene.apache.org Objet : RE: never desallocate RAM...during search Hi Otis, Thank you for your attention. I've read for days the mail list

RE: never desallocate RAM...during search

2008-06-18 Thread r.nieto
ene.apache.org Asunto: Re: never desallocate RAM...during search Hi, I don't have the answer about why cache still shows "true", but as far as memory usage goes, based on your description I'd guess the memory is allocated and used by the JVM which typically tries not to run GC unle

Re: never desallocate RAM...during search

2008-06-18 Thread Otis Gospodnetic
Hi, I don't have the answer about why cache still shows "true", but as far as memory usage goes, based on your description I'd guess the memory is allocated and used by the JVM which typically tries not to run GC unless it needs to. So if you want to get rid of that used memory, you need to ta