Thanks for your reply. I'll try it.

We're  still interested in the real limitation about  "Too many values for
UnInvertedField faceting on field xxx" .

Could anybody tell us some internals about "Too many values for
UnInvertedField faceting on field xxx" ?

-----邮件原件-----
发件人: Toke Eskildsen [mailto:t...@statsbiblioteket.dk] 
发送时间: 2014年5月24日 0:26
收件人: solr-user@lucene.apache.org
主题: RE: Internals about "Too many values for UnInvertedField faceting on
field xxx"

张月祥 [zhan...@calis.edu.cn] wrote:
> Could anybody tell us some internals about "Too many values for 
> UnInvertedField faceting on field xxx" ?

I must admit I do not fully understand it in detail, but it is a known
problem with Field Cache (facet.method=fc) faceting. The remedy is to use
DocValues, which does not have the same limitation. This should also result
in lower heap usage. You will have to re-index everything though.

We have successfully used DocValues on an index with 400M documents and 300M
unique values on a single facet field.

- Toke Eskildsen


Reply via email to