This seems very trivial but it is not working for me and I am not able to figure out why.
If I have multivalued field like below, <field name="domain" type="string" stored="true" indexed="true" multiValued="true" default="en,jp"/> When I index a document, instead of creating an array of strings, it creates just a string like "en,jp"? How can I define the default values such that they show up as ["en","jp"] instead?