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

2020-10-20 Thread Cox, Owen
onstantinos > On 20 Oct 2020, at 09:53, Cox, Owen wrote: > > Hi folks, > > I'm using Solr 8.5.2 and populating documents which include a string field > called "title". This field used to be text_general, but the data was > reindexed and we've been insert

SolrDocument difference between String and text_general

2020-10-20 Thread Cox, Owen
Hi folks, I'm using Solr 8.5.2 and populating documents which include a string field called "title". This field used to be text_general, but the data was reindexed and we've been inserting data happily with REST calls and it's been behaving as desired. I've now written a Java Spring-Boot prog