AW: Nested Fields Schema Definition

2023-02-19 Thread christoph.jaeggli
Hi Thomas Got it, that was very very helpful! Thank you so much:-) Christoph -Ursprüngliche Nachricht- Von: Thomas Corthals Gesendet: Samstag, 18. Februar 2023 9:50 PM An: users@solr.apache.org Betreff: Re: Nested Fields Schema Definition Hi Christoph All fields of the parent and

Re: Nested Fields Schema Definition

2023-02-18 Thread Thomas Corthals
Hi Christoph All fields of the parent and child documents must match a field or dynamicField definition in the schema. Those field definitions are the same for all types of documents, whether it is a parent or a child. This doesn't only mean they have to be the same fieldType, it also means you ca

Nested Fields Schema Definition

2023-02-18 Thread christoph.jaeggli
Hello everyone For quite some time I am struggling with a problem of indexing a nested structure in Solr and defining the Schema accordingly beforehand by using the Schema API. In particular let's consider the following document: { "id": "doc_1", "title": "Am I a banana or not?",