Yonik Seeley wrote:
On Thu, Jun 18, 2009 at 8:35 AM, Mark Miller<markrmil...@gmail.com> wrote:
Thats why I asked about multi-valued terms. If hes not using the enum
faceting method (which only makes sense with fewer uniques), and the fields
are not multi-valued, than it is using the FieldCache method. Which of
course does use the filterCache,

The FieldCache method for single-valued fields does not use the
filterCache... that's only for big terms on multi-valued fields.

-Yonik
http://www.lucidimagination.com
Ah, I think the wiki is incorrect then.

SolrCaching

If you use faceting with the fieldCache method (see SolrFacetingOverview <http://wiki.apache.org/solr/SolrFacetingOverview>), it is recommended that you set the filterCache size to be greater than the number of unique values in all of your faceted fields.

--
- Mark

http://www.lucidimagination.com



Reply via email to