Hi Yonik.

According to the doc:


> This is only used during the term enumeration method of
> faceting (facet.field type faceting on multi-valued or
> full-text fields). 

What if I'm faceting on just a plain String field?  It's
not full-text, and I don't have multiValued set for it....


Dave


> -----Original Message-----
> From: Yonik Seeley [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, October 09, 2007 12:47 PM
> To: solr-user@lucene.apache.org
> Subject: Re: Facets and running out of Heap Space
> 
> On 10/9/07, David Whalen <[EMAIL PROTECTED]> wrote:
> > I run a faceted query against a very large index on a regular 
> > schedule.  Every now and then the query throws an out of heap space 
> > error, and we're sunk.
> >
> > So, naturally we increased the heap size and things worked 
> well for a 
> > while and then the errors would happen again.
> > We've increased the initial heap size to 2.5GB and it's still 
> > happening.
> >
> > Is there anything we can do about this?
> 
> Try facet.enum.cache.minDf param:
> http://wiki.apache.org/solr/SimpleFacetParameters
> 
> -Yonik
> 
> 

Reply via email to