ailto:castr...@slhs.org>>:
> Hi Thomas,
> I am attempting to define my fields to accept the data that will actually
> be sent, it is more deeply nested.
> In doing so I have interpreted the results of the previous configuration
> to not include (pseudo-)fields. In the JSON below I
"child":{
"doc_id":"child",
"Name":"Child"
}
}
}
}'
Or you can wrap your document(s) in a JSON array:
curl --location --request POST ' :8983/solr/talix/update' \
--header
; },
> { "Name": "Blog Summary", "Type": "Rich Text", "Value": "" },
> { "Name": "Share Summary", "Type": "Multi-Line Text", "Value":
> "" }
st", "Value": "" },
{
"Name": "Blog Post Name",
"Type": "Single-Line Text",
"Value": "Ronald McDonald House, St. Luke’s Children’s find new
ways to help families"
t;Value": "Right" },
{ "Name": "Image Source", "Type": "Image", "Value": "" },
{
"Name": "Image Content",
"Type": "Rich Text",
, it is most appreciated!
>
> From: Thomas Corthals
> Sent: Thursday, October 27, 2022 1:34 AM
> To: Matthew Castrigno
> Cc: users@solr.apache.org
> Subject: Re: I cannot get nested objects to index - with image links
>
> Hi Matthew All the fields in your schema are required
YWvLPNYoRUGC$>
From: Thomas Corthals mailto:tho...@klascement.net>>
Sent: Tuesday, October 25, 2022 1:28 AM
To: users@solr.apache.org<mailto:users@solr.apache.org>
mailto:users@solr.apache.org>>
Subject: Re: I cannot get nested objects to
> https://i.postimg.cc/RZtcF8bB/Screenshot-2022-10-26-170222.png
>
> --
> *From:* Thomas Corthals
> *Sent:* Tuesday, October 25, 2022 1:28 AM
> *To:* users@solr.apache.org
> *Subject:* Re: I cannot get nested objects to index - with image link
From: Thomas Corthals
Sent: Tuesday, October 25, 2022 1:28 AM
To: users@solr.apache.org
Subject: Re: I cannot get nested objects to index - with image links
Hi Matthew The (pseudo-)field in which you want to put the nested documents
("content" in your example)
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.
T
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
11 matches
Mail list logo