On Sun, Jun 6, 2010 at 7:38 AM, Furkan Kuru <furkank...@gmail.com> wrote:
> facet.limit = default value 100
> facet.minCount is 1
>
> The document count that matches the query is 8-10K in average. I did not
> calculate the terms (maybe using using facet.limit=-1 and facet.minCount=1)
>
> My index entirely fits into memory.

How often is the index changing (how often are you committing).
It takes time to build the UnInvertedField structure for the first
facet request after the index changes.

Also, with the normal facet.method=fc, after you run it, go to the
statistics page and look for the whole entry for fieldValueCache (and
cut'n'paste it here).

-Yonik
http://www.lucidimagination.com

Reply via email to