Indexing documents with complex multivalued fields

2011-05-23 Thread anass talby
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 id1/id car car_id1/car_id car_colorred/car_color /car car car_id2/car_id car_colorgreen/car_color /car ... /doc ... How can i

Re: Indexing documents with complex multivalued fields

2011-05-23 Thread Stefan Matheis
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

Re: Indexing documents with complex multivalued fields

2011-05-23 Thread Renaud Delbru
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

Re: Indexing documents with complex multivalued fields

2011-05-23 Thread anass talby
Thank you Renaud. I appreciate your help On Mon, May 23, 2011 at 4:47 PM, Renaud Delbru renaud.del...@deri.orgwrote: Hi, you could look at this recent thread [1], it is similar to your problem. [1]

Re: Indexing documents with complex multivalued fields

2011-05-23 Thread anass talby
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,