> On Dec 9, 2022, at 11:22 AM, Matthew Castrigno <castr...@slhs.org> wrote:
> 
> "myField":["apple, pear"]


That's not multivalued.  That's a single value and the value is "apple, pear".

You need to pass multiple values to Solr for the field when you do your 
indexing.  Basically, you need to pass one myField:apple and another 
myField:pear to the indexer when you add records.

Andy

Reply via email to