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/12/06 15:13:28 UTC

[Solr Wiki] Update of "SolrCaching" by MaximeYve

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 MaximeYve:
http://wiki.apache.org/solr/SolrCaching?action=diff&rev1=29&rev2=30

  }}}
  == fieldValueCache ==
  
- The fieldValueCache is similar to the low level lucene [[#fieldcache|FilterCache]] except that it supports multiple values per document (either multivalued fields or fields with multiple terms due to tokenization) 
+ The fieldValueCache is similar to the low level lucene [[#fieldcache|fieldCache]] except that it supports multiple values per document (either multivalued fields or fields with multiple terms due to tokenization) 
  
  This cache is [[SimpleFacetParameters#facet.method|primarily used by faceting]].