Hi, you could look at this recent thread [1], it is similar to your problem.
[1] http://search.lucidimagination.com/search/document/33ec1a98d3f93217/search_across_related_correlated_multivalue_fields_in_solr#1f66876c782c78d5
-- Renaud Delbru On 23/05/11 14:40, anass talby wrote:
Hi, I'm new in solr and would like to index documents that have complex multivalued fields. I do want to do something like: <doc> <id>1</id> <car> <car_id>1</car_id> <car_color>red</car_color> </car> <car> <car_id>2</car_id> <car_color>green</car_color> </car> ... </doc> ... How can i do this with solr thanks in advance.