Re: index multi valued field into multiple fields

2009-03-05 Thread Ashish P
hmm. I think I will just do that. Thanks for clearing my doubt... -Ashish Shalin Shekhar Mangar wrote: > > On Fri, Mar 6, 2009 at 10:53 AM, Ashish P > wrote: > >> >> OK. so basically what you are saying is when you use copyField, it will >> copy >> the whole data from one field to other many

Re: index multi valued field into multiple fields

2009-03-05 Thread Shalin Shekhar Mangar
On Fri, Mar 6, 2009 at 10:53 AM, Ashish P wrote: > > OK. so basically what you are saying is when you use copyField, it will > copy > the whole data from one field to other many fields but it can not copy part > of data to other field. Yes, it will try to copy all the data. > > Because within

Re: index multi valued field into multiple fields

2009-03-05 Thread Ashish P
OK. so basically what you are saying is when you use copyField, it will copy the whole data from one field to other many fields but it can not copy part of data to other field. Because within same tokenizing ( when I am tokenizing "condition" field ) I want part of data to go into content field an

Re: index multi valued field into multiple fields

2009-03-05 Thread Shalin Shekhar Mangar
On Fri, Mar 6, 2009 at 7:40 AM, Ashish P wrote: > > I have a multi valued field as follows: > > name="condition"> > > I want to index the data from this field into following fields > > > > How can this be done?? Any ideas... Use a copyField (look at the schema shipped with solr for an exampl