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, 20

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 wrote: > 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_multiva

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 new

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 wrote: > Hi, > > I'm new in solr and would like to index documents that have complex > multivalued fie

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: 1 1 red 2 green ... ... How can i do this with solr thanks in advance. -- Anass