RE: Strange Fuzzyquery results scoring when using a low minimal distance

2010-02-23 Thread stefcl
-Meier-Allee 63, D-28213 Bremen > http://www.thetaphi.de > eMail: u...@thetaphi.de > > >> -Original Message- >> From: stefcl [mailto:stefatw...@gmail.com] >> Sent: Tuesday, February 16, 2010 10:11 AM >> To: java-user@lucene.apache.org >> Subject: Re: Strange

RE: Strange Fuzzyquery results scoring when using a low minimal distance

2010-02-16 Thread Uwe Schindler
user@lucene.apache.org > Subject: Re: Strange Fuzzyquery results scoring when using a low > minimal distance > > > Thanksa lot, > But I still don't understand why raising a little bit the min > similarity > change the ordering... > > > > markharw00d wrote:

Re: Strange Fuzzyquery results scoring when using a low minimal distance

2010-02-16 Thread stefcl
Thanksa lot, But I still don't understand why raising a little bit the min similarity change the ordering... markharw00d wrote: > > This could be down to IDF ie "Lucane" is ranked higher because it is rarer > despite having worse edit distance. > This is arguably a bug. > See http://issues.apa

Re: Strange Fuzzyquery results scoring when using a low minimal distance

2010-02-15 Thread mark harwood
This could be down to IDF ie "Lucane" is ranked higher because it is rarer despite having worse edit distance. This is arguably a bug. See http://issues.apache.org/jira/browse/LUCENE-329 which discusses this. You could try subclass QueryParser and override newFuzzyQuery to return FuzzyLikeThisQu