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

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 possilbe?? i tryed with +(h