So I did try to add `_nest_path_` but I can't define it because the class `
solr.NestPathField`isn't available in Solr 6.6.6.  I also have another
strange error message about atomic updates like so:

some_document.pdf was rejected by the server for Error from server at
http://localhost:8983/solr/fusearchiver: RunUpdateProcessor has received an
AddUpdateCommand containing a document that appears to still contain Atomic
document update operations, most likely because
DistributedUpdateProcessorFactory was explicitly disabled from this
updateRequestProcessorChain

But I wasn't sure what this actually meant.  The structure of the document
was the same as what I posted in my first message, but for just a different
file.  I wasn't sure how I was inadvertently creating update
commands either.  But I was going to focus on the message I mostly
understood, and come back to this one later.

Charlie

On Mon, Apr 10, 2023 at 12:30 PM dmitri maziuk <[email protected]>
wrote:

> On 2023-04-10 11:12 AM, Charlie Hubbard wrote:
> > Hi
> >
> > I'm encountering the following error when indexing a parent and nested
> > children documents.  I'm using managed schemas, Solr 6.6.6, and Solrj to
> > send the documents up to Solr for indexing.  I have the default `_root_`
> > field defined in the schema, and the parent document can be indexed
> without
> > issue.
>
> Do you have _nest_path_ defined? I also find it helps to have
> _nest_parent_ and "atomic updates" setup for _root_ and _nest_path_. But
> I have 8.11 and am not using SolrJ, so...
>
> Dima
>
>

Reply via email to