Dear Yonik, Hi, Really thanks for you response. Best regards. On Tue, Jul 21, 2015 at 5:42 PM, Yonik Seeley <[email protected]> wrote:
> On Tue, Jul 21, 2015 at 3:09 AM, Ali Nazemian <[email protected]> > 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 > -- A.Nazemian
