Re: java.lang.IllegalStateException: Too many values for UnInvertedField faceting on field content

2015-07-22 Thread Ali Nazemian
Dear Yonik, Hi, Really thanks for you response. Best regards. On Tue, Jul 21, 2015 at 5:42 PM, Yonik Seeley ysee...@gmail.com wrote: 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

Re: java.lang.IllegalStateException: Too many values for UnInvertedField faceting on field content

2015-07-22 Thread Ali Nazemian
a collection of 1.6m documents in Solr 5.2.1. [...] Caused by: java.lang.IllegalStateException: Too many values for UnInvertedField faceting on field content [...] field name=content type=text_fa stored=true indexed=true default=noval termVectors=true termPositions=true

Re: java.lang.IllegalStateException: Too many values for UnInvertedField faceting on field content

2015-07-22 Thread Alessandro Benedetti
Ali can I suggest you one thing ? If your scope was to test your analysis chain, why simply not use : 1) analysis request handler and analysis tool in the adminUI, it's easy, user friendly and really helpful for an administrator ! 2) Schema Browser - to take a look to the current tokens , per

Re: java.lang.IllegalStateException: Too many values for UnInvertedField faceting on field content

2015-07-22 Thread Alessandro Benedetti
wrote: I have a collection of 1.6m documents in Solr 5.2.1. [...] Caused by: java.lang.IllegalStateException: Too many values for UnInvertedField faceting on field content [...] field name=content type=text_fa stored=true indexed=true default=noval termVectors=true termPositions

Re: java.lang.IllegalStateException: Too many values for UnInvertedField faceting on field content

2015-07-21 Thread Ali Nazemian
...@statsbiblioteket.dk wrote: Ali Nazemian alinazem...@gmail.com wrote: I have a collection of 1.6m documents in Solr 5.2.1. [...] Caused by: java.lang.IllegalStateException: Too many values for UnInvertedField faceting on field content [...] field name=content type=text_fa

Re: java.lang.IllegalStateException: Too many values for UnInvertedField faceting on field content

2015-07-21 Thread Yonik Seeley
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?

java.lang.IllegalStateException: Too many values for UnInvertedField faceting on field content

2015-07-20 Thread Ali Nazemian
) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635) at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555) at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.IllegalStateException: Too many values for UnInvertedField

Re: java.lang.IllegalStateException: Too many values for UnInvertedField faceting on field content

2015-07-20 Thread davidphilip cherian
by: java.lang.IllegalStateException: Too many values for UnInvertedField faceting on field content at org.apache.lucene.uninverting.DocTermOrds.uninvert(DocTermOrds.java:509) at org.apache.lucene.uninverting.DocTermOrds.init(DocTermOrds.java:215

Re: java.lang.IllegalStateException: Too many values for UnInvertedField faceting on field content

2015-07-20 Thread Toke Eskildsen
Ali Nazemian alinazem...@gmail.com wrote: I have a collection of 1.6m documents in Solr 5.2.1. [...] Caused by: java.lang.IllegalStateException: Too many values for UnInvertedField faceting on field content [...] field name=content type=text_fa stored=true indexed=true default=noval

Re: java.lang.IllegalStateException: Too many values for UnInvertedField faceting on field content

2015-07-20 Thread Ali Nazemian
. On Mon, Jul 20, 2015 at 8:07 PM, Toke Eskildsen t...@statsbiblioteket.dk wrote: Ali Nazemian alinazem...@gmail.com wrote: I have a collection of 1.6m documents in Solr 5.2.1. [...] Caused by: java.lang.IllegalStateException: Too many values for UnInvertedField faceting on field content

Re: java.lang.IllegalStateException: Too many values for UnInvertedField faceting on field content

2015-07-20 Thread Ali Nazemian
a collection of 1.6m documents in Solr 5.2.1. [...] Caused by: java.lang.IllegalStateException: Too many values for UnInvertedField faceting on field content [...] field name=content type=text_fa stored=true indexed=true default=noval termVectors=true termPositions=true termOffsets

Re: java.lang.IllegalStateException: Too many values for UnInvertedField faceting on field content

2015-07-20 Thread Erick Erickson
. [...] Caused by: java.lang.IllegalStateException: Too many values for UnInvertedField faceting on field content [...] field name=content type=text_fa stored=true indexed=true default=noval termVectors=true termPositions=true termOffsets=true/ You are hitting an internal limit in Solr