Re: Concatenate multiple tokens into one

2010-11-11 Thread Nick Martin
Hi Robert, All, I have a similar problem, here is my fieldType, http://paste.pocoo.org/show/289910/ I want to include stopword removal and lowercase the incoming terms. The idea being to take, "Foo Bar Baz Ltd" and turn it into "foobarbaz" for the EdgeNgram filter factory. If anyone can tell me

Re: Concatenate multiple tokens into one

2010-11-11 Thread Nick Martin
t;EdgeNGram relevancy). > > > best > > > -robert > > > > > See > On Nov 11, 2010, at 5:27 PM, Nick Martin wrote: > >> Hi Robert, All, >> >> I have a similar problem, here is my fieldType, >> http://paste.pocoo.org/show/289910/

Re: EdgeNGram relevancy

2010-11-11 Thread Nick Martin
On 12 Nov 2010, at 01:46, Ahmet Arslan wrote: >> This setup now makes troubles regarding StopWords, here's >> an example: >> >> Let's say the index contains 2 Strings: "Mr Martin >> Scorsese" and "Martin Scorsese". "Mr" is in the stopword >> list. >> >> Query: edgytext:Mr Scorsese OR edgytext2

Re: synonyms not working with copyfield

2010-05-13 Thread Nick Martin
Hi, You could use a copyField against all fields and then AND the query terms given. Quite restrictive but all terms would then have to be present to match. I'm still a relative newbie to Solr so perhaps I'm horribly wrong. Cheers Nick On 13 May 2010, at 18:18, surajit wrote: > > Understood