Hello,

I want to index a field with an array of arrays, is that possible in Solr?
I.e I have one multi-valued field with persons and would like one
multi-valued field with their employer, but sometimes there are more than
one employer per person and therefor it would've been good to use a
multi-valued multi-valued field:

Person-field:
["Andersson, John","Svensson, Marcus"]

Employer-field:
[ [ "Volvo","Saab" ] , [ "Ericsson", "Nokia", "Motorola" ] ]

I could from these fields easily retrieve which companies are associated
with which person.

Thanks in advance // Joel

Reply via email to