Hello,

You can control it in solrconfig.xml:

    <!-- Cache used to hold field values that are quickly accessible
         by document id.  The fieldValueCache is created by default
         even if not configured here.
    -->
      <fieldValueCache
        class="solr.FastLRUCache"
        size="512"
        autowarmCount="128"
        showItems="32"
      />


Otis 
--
Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch



----- Original Message ----
> From: shb <suh...@gmail.com>
> To: solr-user <solr-user@lucene.apache.org>
> Sent: Wednesday, July 22, 2009 12:29:43 AM
> Subject: how to change the size of fieldValueCache in solr?
> 
> The FieldValueCache plays a important role in sort and facet of solr. But
> this cache is not managed by solr,
> is there any way to configure it? thanks!

Reply via email to