Re: Partial update error for missing _root_ after updating to Solr 8.8.2

2021-06-10 Thread David Smiley
The follow-up here from JIRA is that, as of Solr 8.0, you must not add "_root_" to a schema for an existing collection. Solr uses this field instead of the uniqueKey for certain identity checks. Chaos will ensue if you add it later. I shall update the ref guide to add a warning. ~ David On

Re: Partial update error for missing _root_ after updating to Solr 8.8.2

2021-06-10 Thread Andreas Hubold
I have opened a JIRA ticket for this now https://issues.apache.org/jira/browse/SOLR-15468 Would be great if someone could have a look and help. Thank you, Andreas -- Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Partial update error for missing _root_ after updating to Solr 8.8.2

2021-06-09 Thread Andreas Hubold
The error seems to happens for every kind of partial update / atomic update when the _root_ field was added to the schema of an existing index. This means, Solr 8.8.2 now requires a full reindex when one adds the _root_ field to the schema of an existing index. Previously (Solr 8.6.3) this wasn't

Partial update error for missing _root_ after updating to Solr 8.8.2

2021-06-08 Thread Andreas Hubold
Hi, with Solr 8.6.3 we developed a new feature that uses partial update to add some nested documents to existing index documents. Because we didn't have nested documents so far, we've added the _root_ and _nest_path_ fields to the schema, but of course these were unset for existing documents