Hi Branco,
we had the same problem. Have you added the _root_ field to the schema
of an existing index? This error (and more severe undetected problems)
can occur if the _root_ field wasn't yet defined in the schema when the
updated document was previously indexed.
See the discussion in http
Hello,
Forgot to mention that the log comes from Solr 8.9.0, as I tried to see if
the problem still manifests itself on the newest version.
Thanks,
Branco
On Wed, Jul 7, 2021 at 11:17 AM Branco Ivanovici
wrote:
> Hello,
>
> When trying to perform an atomic update on a document belonging to an
Hello,
When trying to perform an atomic update on a document belonging to an
upgraded index, the following error occurs: "Attempted an atomic/partial
update to a child doc without indicating the _root_ somehow"; although we
are not trying to update a document having nested docs. I have attached a