I have a input xml data file & it has a 'Reporters' tag looks like this:
<StaffGroup>
<Staff>
<name>AAA</name>
<title>manager</title>
</Staff>
<Staff>
<name>BBB</name>
<title>coordinator</title>
</Staff>
</StaffGroup>
You see name & title are paired. As I know, Solr only support a field with
mutliple value of primitive type, e.g. string. But in my case, it's a field
with mutiple value of another paired name-title values. How can I configure
Solr to deal with this case?
Best Regards,
Scott Chu
