I guess this is an easy question but I seem to be unable to find it in the documentation or the Solr wiki.
So, I just need to know how the syntax for adding a multi value field (arr) is.
I know you can add any other field like
<add>
<doc>
<field name="fieldname">fieldvalue</field>
</doc>
</add>
Thanks.
