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.
If you look at some of the example documents that come with Solr, you can just define the same field with multiple values in the xml.
So you could do the following
See the examples here – http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_3_6/solr/example/exampledocs/