Thank you very much

On Mon, May 23, 2011 at 4:27 PM, Stefan Matheis <
matheis.ste...@googlemail.com> wrote:

> 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 <anass.ta...@gmail.com>
> 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
> >
>



-- 
       Anass

Reply via email to