Re: perfect match in dismax search

2011-03-04 Thread Gastone Penzo
Good work. It's a great idea 2011/3/3 Jan Høydahl > Hi, > > I'm working on a Filter which enables boundary match using syntax > title:"^hello I love you$" > which will make sure that the match is exact. See SOLR-1980 (no working > patch yet) > > -- > Jan Høydahl, search solution architect > Comi

Re: perfect match in dismax search

2011-03-03 Thread Jan Høydahl
Hi, I'm working on a Filter which enables boundary match using syntax title:"^hello I love you$" which will make sure that the match is exact. See SOLR-1980 (no working patch yet) -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com On 3. mars 2011, at 11.07, Markus Jelsm

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 obtain results which title is exact

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