Re: perfect match in dismax search

2011-03-04 Thread Gastone Penzo
-- > Jan Høydahl, search solution architect > Cominvent AS - www.cominvent.com > > On 3. mars 2011, at 11.07, Markus Jelsma wrote: > > > Use either the string fieldType or a field with very little analysis > > (KeywordTokenizer + LowercaseFilter). > > > >> Ho

Re: perfect match in dismax search

2011-03-03 Thread Jan Høydahl
t 11.07, Markus Jelsma wrote: > Use either the string fieldType or a field with very little analysis > (KeywordTokenizer + LowercaseFilter). > >> How to obtain perfect match with dismax query?? >> >> es: >> >> i want to search "hello i love you"

Re: perfect match in dismax search

2011-03-03 Thread Markus Jelsma
Use either the string fieldType or a field with very little analysis (KeywordTokenizer + LowercaseFilter). > How to obtain perfect match with dismax query?? > > es: > > i want to search "hello i love you" with deftype=dismax in the title field > and i want to o

perfect match in dismax search

2011-03-03 Thread Gastone Penzo
How to obtain perfect match with dismax query?? es: i want to search "hello i love you" with deftype=dismax in the title field and i want to obtain results which title is exactly "hello i love you" with all this terms in this order. Not less words or other. how is it poss

RE: Perfect Match

2010-03-29 Thread Nair, Manas
Awesome Ahmet. Thanks for the reply. It seems to work now. Thanks a ton. From: Ahmet Arslan [mailto:iori...@yahoo.com] Sent: Tue 3/23/2010 2:35 PM To: solr-user@lucene.apache.org Subject: RE: Perfect Match > Thankyou Ahmet. You were right. > artist_s:D

RE: Perfect Match

2010-03-23 Thread Ahmet Arslan
> Thankyou Ahmet. You were right. > artist_s:Dora is bringing results. > But I need artist_s:Dora the explorer to bring only those > results which contain "Dora the explorer". > > I tried to give artist_s:"Dora the explorer" (phrase > search).. that is working. But artist_s:Dora the explorer is >

Re: Perfect Match

2010-03-23 Thread Erick Erickson
> Sent: Tue 3/23/2010 9:32 AM > To: solr-user@lucene.apache.org > Subject: Re: Perfect Match > > > > > > I need help on one of my issues with perfect matching of > > terms. > > > > I have a collection of artists which are stored in the > > index a

RE: Perfect Match

2010-03-23 Thread Nair, Manas
lorer is not working. Any way to make this artist_s:Dora the explorer to return results that contain this in them. Thanks. From: Ahmet Arslan [mailto:iori...@yahoo.com] Sent: Tue 3/23/2010 9:32 AM To: solr-user@lucene.apache.org Subject: Re: Perfect Match >

Re: Perfect Match

2010-03-23 Thread Ahmet Arslan
> I need help on one of my issues with perfect matching of > terms. > > I have a collection of artists which are stored in the > index against the field name artist_t which is a text type > field. This field consists of values like ["dora", Dora The > Explorer", "Princess Dora The explorer"] acr

Perfect Match

2010-03-23 Thread Nair, Manas
Hello Experts, I need help on one of my issues with perfect matching of terms. I have a collection of artists which are stored in the index against the field name artist_t which is a text type field. This field consists of values like ["dora", Dora The Explorer", "Princess Dora The explorer"]