Thanks Em!
What if we use a threshold value in the suggest configuration, like
0.005
I assume the dictionary size will then be smaller than the total number of
distinct terms, is there anyway to determine what that size is?
Thanks,
Mike
On Wednesday, February 15, 2012 at 4:39 PM, Em
Hello Mike,
have a look at Solr's Schema Browser. Click on "FIELDS", select "label"
and have a look at the number of distinct (term-)values.
Regards,
Em
Am 15.02.2012 23:07, schrieb Mike Hugo:
> Hello,
>
> We're building an auto suggest component based on the "label" field of
> documents. Is
Hello,
We're building an auto suggest component based on the "label" field of
documents. Is there a way to see how many terms are in the dictionary, or
how much memory it's taking up? I looked on the statistics page but didn't
find anything obvious.
Thanks in advance,
Mike
ps- here's the conf