Re: Solr 7.5 multi-valued fields will not update with multiple values

2019-03-29 Thread Erick Erickson
Separate out the author bits. Instead of "author_fullname":["Author 1","Author 2”,”Author 3”] use "author_fullname":"Author 1”, "author_fullname":"Author 2”, "author_fullname":”Author 3” > On Mar 29, 2019, at 6:16 AM, Eivind Hodneland > wrote: > > curl -X POST -H 'Content-Type: application/j

Solr 7.5 multi-valued fields will not update with multiple values

2019-03-29 Thread Eivind Hodneland
Hi, I am running a Solr 7.5 index for a customer. I have recently discovered that none of the multivalued string/text fields are filled with more than one value each. Example of indexing (edited and abbreviated): curl -X POST -H 'Content-Type: application/json' 'http://localhost:18080/solr/cust