Re: Clustering error - Solr 8.2

2019-08-30 Thread Joe Obernberger
Mystery solved.  I added 'features' to the schema, next error was name, then manu, sku, and cat.  These are defined in solrconfig.xml under browse: text^0.5 features^1.0 name^1.2 sku^1.5 id^10.0 manu^1.1 cat^1.4 title^10.0 description^5.0 keywords^5.0 author^2.0 resourcename^1.0 text^0.5 feat

Re: Clustering error - Solr 8.2

2019-08-29 Thread Jörn Franke
Maybe there are more details in the logfiles? It could be also that a parameter is configured with a different default? Try also to change the Solr version in solrconfig.xml to a higher one, e.g. 8.0.0 > Am 29.08.2019 um 16:12 schrieb Joe Obernberger : > > Thank you Erick. I'm upgrading from 7

Re: Clustering error - Solr 8.2

2019-08-29 Thread Joe Obernberger
Thank you Erick.  I'm upgrading from 7.6.0 and as far as I can tell the schema and configuration (solrconfig.xml) isn't different (apart from the version).  Right now, I'm at a loss.  I still have the 7.6.0 cluster running and the query works OK there. Sure seems like I'm missing a field calle

Re: Clustering error - Solr 8.2

2019-08-28 Thread Erick Erickson
What it says ;) My guess is that your configuration mentions the field “features” in, perhaps carrot.snippet or carrot.title. But it’s a guess. Best, Erick > On Aug 28, 2019, at 5:18 PM, Joe Obernberger > wrote: > > Hi All - trying to use clustering with SolrCloud 8.2, but getting this err