Re: solr 6.6.3 intermittent group faceting errors(Lucene54DocValuesProducer)

2018-04-18 Thread Jay Potharaju
Thanks Eric & Shawn for chiming in ! In my solrconfig the lucene version is set to 6.6.3. I do see that the index has lucene54 files. With respect to the error regarding group faceting error it is similar to what is being reported in SOLR-7867

Re: solr 6.6.3 intermittent group faceting errors(Lucene54DocValuesProducer)

2018-04-17 Thread Shawn Heisey
On 4/17/2018 8:44 PM, Erick Erickson wrote: The other possibility is that you have LuceneMatchVersion set to 5-something in solrconfig.xml. It's my understanding that luceneMatchVersion does NOT affect index format in any way, that about the only things that pay attention to this value are a

Re: solr 6.6.3 intermittent group faceting errors(Lucene54DocValuesProducer)

2018-04-17 Thread Shawn Heisey
On 4/17/2018 12:17 PM, Jay Potharaju wrote: > After digging into the error a bit more ..I see that the error messages > contain a call to lucenecodec54. I am using version solr 6.6.3. Any ideas > why is lucene54 being referred here?? The 6.6 version uses index file formats that were last updated

Re: solr 6.6.3 intermittent group faceting errors(Lucene54DocValuesProducer)

2018-04-17 Thread Erick Erickson
Those codecs only change their number when their behavior changes IIUC. So lucenecodec54 may be there for Lucene50StoredFieldsFormat still exists in master/8.0 IOW this is normal. The other possibility is that you have LuceneMatchVersion set to 5-something in solrconfig.xml. Best, Erick On

Re: solr 6.6.3 intermittent group faceting errors(Lucene54DocValuesProducer)

2018-04-17 Thread Jay Potharaju
After digging into the error a bit more ..I see that the error messages contain a call to lucenecodec54. I am using version solr 6.6.3. Any ideas why is lucene54 being referred here?? Thanks at org.apache.solr.request.SimpleFacets.lambda$getFacetFieldCounts$0(SimpleFacets.java:809)

Re: solr 6.6.3 intermittent group faceting errors

2018-04-17 Thread Jay Potharaju
Hi Has anyone seen issues with group faceting on multivalued fields in solr 6x? Can any of the committers comment? Thanks Jay > On Apr 16, 2018, at 1:44 PM, Jay Potharaju wrote: > > I deleted my collection and rebuilt it to check if there are any issues with >

Re: solr 6.6.3 intermittent group faceting errors

2018-04-16 Thread Jay Potharaju
I deleted my collection and rebuilt it to check if there are any issues with indexing. I didn't see any errors during indexing. My collection is sharded and we use implicit routing...But after rebuilding my collection also I am getting errors on group faceting. This is not happening all the time

solr 6.6.3 intermittent group faceting errors

2018-04-16 Thread Jay Potharaju
Hi, I am testing solr 6.6.3 and have been running into intermittent group faceting errors. I did some bulk indexing to initially setup the collection I have multiple facet fields it only throws error on one of the fields. The issue goes away when I reindex the data. I am upgrading from solr