Re: Too many values for UnInvertedField faceting on field topic

2012-03-02 Thread Michael Jakl
Hi! On Thu, Mar 1, 2012 at 23:54, Yonik Seeley yo...@lucidimagination.com wrote: On Thu, Mar 1, 2012 at 3:34 AM, Michael Jakl jakl.mich...@gmail.com wrote: The topic field holds roughly 5 values per doc, but I wasn't able to compute the correct number right now. How many unique values for

Re: Too many values for UnInvertedField faceting on field topic

2012-03-01 Thread Michael Jakl
Hi! On Wed, Feb 29, 2012 at 22:21, Emmanuel Espina espinaemman...@gmail.com wrote: No. But probably we can find another way to do what you want. Please describe the problem and include some numbers to give us an idea of the sizes that you are handling. Number of documents, size of the index,

Re: Too many values for UnInvertedField faceting on field topic

2012-03-01 Thread Yonik Seeley
On Thu, Mar 1, 2012 at 3:34 AM, Michael Jakl jakl.mich...@gmail.com wrote: The topic field holds roughly 5 values per doc, but I wasn't able to compute the correct number right now. How many unique values for that field in the whole index? If you have log output (or output from the stats page

Too many values for UnInvertedField faceting on field topic

2012-02-29 Thread Michael Jakl
Our Solr started to throw the following exception when requesting the facets of a multivalued field holding a lot of terms. SEVERE: org.apache.solr.common.SolrException: Too many values for UnInvertedField faceting on field topic at org.apache.solr.request.UnInvertedField.uninvert

Re: Too many values for UnInvertedField faceting on field topic

2012-02-29 Thread Emmanuel Espina
to throw the following exception when requesting the facets of a multivalued field holding a lot of terms. SEVERE: org.apache.solr.common.SolrException: Too many values for UnInvertedField faceting on field topic        at org.apache.solr.request.UnInvertedField.uninvert(UnInvertedField.java