So your doc would look something like this:

<doc>
 <str name="fname">Micheal</str>
 <str name="lname">Schumacher</str>
<str name="mobile">090933434343</str>
<str name="home">052323232323</str>
<str name="office">073628362782</str>
 <arr name="phones">
    <str>090933434343</str>
    <str>052323232323</str>
    <str>073628362782</str>
 </arr>
</doc>



--
View this message in context: 
http://lucene.472066.n3.nabble.com/multiValued-How-do-I-specify-name-to-each-value-returned-by-multiValue-field-tp4083922p4083924.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to