Hello,
I'm trying to parse multivalued field (i.e : [8, 6, 9, 50]) as a List in a custom function. I looked all the existing parser here : (https://github.com/apache/lucene-solr/tree/master/solr/core/src/java/org/apache/solr/search), and I don't find any example of how to parse a multivalued field in a List. Can you give me example or some leads ? I thank you in advance.