Re: SolrDocument difference between String and text_general

2020-10-20 Thread Shawn Heisey
On 10/20/2020 1:53 AM, Cox, Owen wrote: I've now written a Java Spring-Boot program to populate documents (snippet below) using SolrCrudRepository. This works when I don't index the "title" field, but when I try include title I get the following error "cannot change field "title" from index op

RE: [EXT: NEWSLETTER] Re: SolrDocument difference between String and text_general

2020-10-20 Thread Cox, Owen
ct: [EXT: NEWSLETTER] Re: SolrDocument difference between String and text_general Hi Owen, If I understand correctly you have changed the schema, then reloaded the core and reindexed all data right? Cause whenever I got this error I’ve usually forgotten to do one of those two things… Regards, K

Re: SolrDocument difference between String and text_general

2020-10-20 Thread Konstantinos Koukouvis
Hi Owen, If I understand correctly you have changed the schema, then reloaded the core and reindexed all data right? Cause whenever I got this error I’ve usually forgotten to do one of those two things… Regards, Konstantinos > On 20 Oct 2020, at 09:53, Cox, Owen wrote: > > Hi folks, > > I'