Re: copyField from multiple fields into one

2009-10-26 Thread Steinar Asbjørnsen
The "name"-field is populated. But I cannot see that solr gives me any suggestions based on that field. Seems to work fine with the "keyword"-field tho. Regards, Steinar Den 26. okt. 2009 kl. 10.38 skrev Avlesh Singh: It should have worked as expected. See if your "name" field is getting popul

Re: copyField from multiple fields into one

2009-10-26 Thread Avlesh Singh
It should have worked as expected. See if your "name" field is getting populated. Cheers Avlesh 2009/10/26 Steinar Asbjørnsen > Hi all. > > I'm currently working on setting up spelling suggestion functionality. > What I'd like is to put the values of two fields ("keyword" and "name")into > the

copyField from multiple fields into one

2009-10-26 Thread Steinar Asbjørnsen
Hi all. I'm currently working on setting up spelling suggestion functionality. What I'd like is to put the values of two fields ("keyword" and "name") into the spell-field. Something like (from schema.xml): multiValued="true"/> ... As far as i can see I only get suggestions from the keyword