You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2011/09/23 20:47:06 UTC

[Solr Wiki] Update of "SolrCaching" by EricPugh

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The "SolrCaching" page has been changed by EricPugh:
http://wiki.apache.org/solr/SolrCaching?action=diff&rev1=27&rev2=28

Comment:
Adding place holder on fieldValueCache, however, wondering if it is intentionlly left undocumented?

        initialSize="4096"
        autowarmCount="4096"/>
  }}}
+ == fieldValueCache ==
+ ''This section needs completion, is there a reason it isn't documented?''.  It caches either multivalued fields or fields with multiple tokens that are faceted on.  If you don't define it in solrconfig.xml then it is generated for you with an initial size 10 and max size of 10000.
+ 
  == queryResultCache ==
  This cache stores '''ordered''' sets of document IDs — the top N results of a query ordered by some criteria.