Yes most all terms are multi-valued which I can't avoid.
Since the data is coming from a library catalogue I am translating a
subject field to make a subject facet.  That facet alone is the biggest,
hovering near 39k.  If I remove this facet.field things return faster.
So am I to assume that this particular field bogging down operations and
there are no other optimization options besides cutting down this field?

Thanks!

-Andrew

-----Original Message-----
From: Erik Hatcher [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, February 07, 2007 11:22 AM
To: solr-user@lucene.apache.org
Subject: Re: facet optimizing

How many unique values do you have for those 6 fields?   And are  
those fields multiValued or not?  Single valued facets are much  
faster (though not realistic in my domain).  Lots of values per field  
do not good facets make.

        Erik

On Feb 7, 2007, at 11:10 AM, Gunther, Andrew wrote:

>
> Any suggestions on how to optimize the loading of facets?  My index is
> roughly 35,000 and I am asking solr to return 6 six facet fields on
> every query.  On large result sets with facet params set to false
> searching is zippy, but when set to true, and facet fields designated,
> it takes some time to load.  I've tried adjusting some/all of the  
> Common
> Cache Configuration Parameters in the config but haven't gotten any
> better result times.  Any suggestions?
>
>
> Thanks,
>
>
> Andrew
>
>
>
>

Reply via email to