Re: group.facet fails when facet on double field

2016-10-28 Thread karel braeckman
Thanks for your reply. I don't think this is what is causing the error though. We are starting from an empty index and have fully re-indexed a couple of documents. The query is still failing with the same error. On Sun, Oct 23, 2016 at 4:51 PM, Pushkar Raste wrote: >

Re: group.facet fails when facet on double field

2016-10-23 Thread Pushkar Raste
This error is thrown when you add (or remove) on an existing field but do not reindex you data from scratch. It is result of removing field cache from Lucene. Although you were not getting error with Solr 4.8, I am pretty sure that you were getting incorrect results. Stand up a small test

group.facet fails when facet on double field

2016-10-20 Thread karel braeckman
Hi, We are trying to upgrade from Solr 4.8 to Solr 6.2. This query: ?q=*%3A*=0=2=json=true=true=mediaObjectId=true=rating=true is returning the following error: null:org.apache.solr.common.SolrException: Exception during facet.field: rating at