Re: Solr's FieldValueCache and Lucene's FieldCache

2011-12-06 Thread Erick Erickson
Cool! thanks, Hoss. On Mon, Dec 5, 2011 at 6:40 PM, Chris Hostetter wrote: > > : Have you looked at: > : http://wiki.apache.org/solr/SolrCaching > > this page was actually a little light on details about fieldValueCache, so > i tried to fill in some of hte blanks in the latest version. > > https:

Re: Solr's FieldValueCache and Lucene's FieldCache

2011-12-05 Thread Chris Hostetter
: Have you looked at: : http://wiki.apache.org/solr/SolrCaching this page was actually a little light on details about fieldValueCache, so i tried to fill in some of hte blanks in the latest version. https://wiki.apache.org/solr/SolrCaching#fieldValueCache -Hoss

Re: Solr's FieldValueCache and Lucene's FieldCache

2011-12-05 Thread Erick Erickson
Have you looked at: http://wiki.apache.org/solr/SolrCaching ? But no, they aren't used for the same thing. The people who work on the code work hard to keep the memory use down. Best Erick On Fri, Dec 2, 2011 at 4:37 AM, RT RT wrote: > Hi, > > I'm trying to understand caching, looking on the wi

Solr's FieldValueCache and Lucene's FieldCache

2011-12-02 Thread RT RT
Hi, I'm trying to understand caching, looking on the wiki I can see that Solr directly or indirectly uses Lucene's fieldCache and also it has it's own fieldValueCache. They seem to store the same entries - field values. How does Solr use both of these caches, or are they the same thing?  Thank