Anass, what about combining them both into one? so to say: 1|red 2|green
"synchronized" multivalued fields are not possible, afaik. Regards Stefan On Mon, May 23, 2011 at 3:40 PM, anass talby <[email protected]> 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. > > -- > Anass >
