Re: Exact match with fuzzy query

2010-06-12 Thread Ahmet Arslan
> > Yes bauer~0.8 bauer as query will bring you both exact > and fuzzy matches. > > Is this the normal way to do it? Somehow. 'bauer~0.8 OR bauer' is easiest way to fuzzy search which also finds exact matches. > Unfortunately this parser seems to be missing in 3.0.1 http://lucene.apache.org/

Re: Exact match with fuzzy query

2010-06-12 Thread Markus Mehrwald
Am 12.06.2010 13:57, schrieb Ahmet Arslan: I am using lucene 3.0.1. I use a MultiFieldQueryParser with a GermanAnalyzer. In my index are some values among others one document with the title "bauer". I append to every word in my query a ~0.8 (here I am not sure if this is the way to do it). If I

Re: Exact match with fuzzy query

2010-06-12 Thread Ahmet Arslan
> I am using lucene 3.0.1. I use a MultiFieldQueryParser with > a GermanAnalyzer. In my index are some values among others > one document with the title "bauer". I append to every word > in my query a ~0.8 (here I am not sure if this is the way to > do it). If I try to search now, I will not get th