Hi All, I have a multiValued field, and it returns the result in the following manner
<doc> <str name="fname">Micheal</str> <str name="lname">Schumacher</str> <arr name="phones"> <str>090933434343</str> <str>052323232323</str> <str>073628362782</str> </arr> </doc> In the above document phones is multiValued and it works fine :-). However I would like to name each row in the 'phones' with meaningful names like <doc> <str name="fname">Micheal</str> <str name="lname">Schumacher</str> <arr name="phones"> *<str name="mobile">*090933434343</str> *<str "home">*052323232323</str> *<str "office">*073628362782</str> </arr> </doc> any suggestions -- View this message in context: http://lucene.472066.n3.nabble.com/multiValued-How-do-I-specify-name-to-each-value-returned-by-multiValue-field-tp4083922.html Sent from the Solr - User mailing list archive at Nabble.com.