Hi Matthew The (pseudo-)field in which you want to put the nested documents ("content" in your example) should not be added to the schema. The actual fields of the nested document (id, stuff1, stuff2) need to match an explicit field definition or a dynamicField definition in your schema though.
Thomas Op ma 24 okt. 2022 om 23:48 schreef Matthew Castrigno <castr...@slhs.org>: > Hello Community, Thank you for taking the time to read my message. > > I am attempting to index (update) a document with a nested object. > > In reading the documentation is seems to state that the fields of the > nested object do not need to be and should not be added > > to schema.xml. I am getting error that the field of the nested object is > undefined, and I am not sure what I am doing wrong. > > Any insights appreciated. Thank you > > https://i.postimg.cc/25GtB1Mc/update.png > > https://i.postimg.cc/SKk5s6TY/schema.png > > ---------------------------------------------------------------------- > "This message is intended for the use of the person or entity to which it > is addressed and may contain information that is confidential or > privileged, the disclosure of which is governed by applicable law. If the > reader of this message is not the intended recipient, you are hereby > notified that any dissemination, distribution, or copying of this > information is strictly prohibited. If you have received this message by > error, please notify us immediately and destroy the related message." >