On Tue, Jul 21, 2015 at 3:09 AM, Ali Nazemian <alinazem...@gmail.com> wrote:
> Dear Erick,
> I found another thing, I did check the number of unique terms for this
> field using schema browser, It reported 1683404 number of terms! Does it
> exceed the maximum number of unique terms for "fcs" facet method?

The real limit is not simple since the data is not stored in a simple
way (it's compressed).

> I read
> somewhere it should be more than 16m does it true?!

More like 16MB of delta-coded terms per block of documents (the index
is split up into 256 blocks for this purpose)

See DocTermOrds.java if you want more details than that.

-Yonik

Reply via email to