Re: I cannot get nested objects to index - with image links

2022-11-03 Thread Thomas Corthals
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

Re: I cannot get nested objects to index - with image links

2022-11-02 Thread Matthew Castrigno
"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

Re: I cannot get nested objects to index - with image links

2022-10-31 Thread Thomas Corthals
; }, > { "Name": "Blog Summary", "Type": "Rich Text", "Value": "" }, > { "Name": "Share Summary", "Type": "Multi-Line Text", "Value": > "" }

Re: I cannot get nested objects to index - with image links

2022-10-31 Thread Matthew Castrigno
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"

Re: I cannot get nested objects to index - with image links

2022-10-31 Thread Matthew Castrigno
t;Value": "Right" }, { "Name": "Image Source", "Type": "Image", "Value": "" }, { "Name": "Image Content", "Type": "Rich Text",

Re: I cannot get nested objects to index - with image links

2022-10-27 Thread Dave
, 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

Re: I cannot get nested objects to index - with image links

2022-10-27 Thread Matthew Castrigno
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

Re: I cannot get nested objects to index - with image links

2022-10-27 Thread Thomas Corthals
> 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

Re: I cannot get nested objects to index - with image links

2022-10-26 Thread Matthew Castrigno
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)

Re: I cannot get nested objects to index - with image links

2022-10-25 Thread Thomas Corthals
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

I cannot get nested objects to index - with image links

2022-10-24 Thread Matthew Castrigno
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