Timo Nentwig wrote: > Hi! > > Consider "abcd" and fuzzy factor 0.75: changing 1 character equals a > levensthein distance of exactly 0.75. So isn't it wrong to abandon > term > (1/(1-minSimilarity)) > > ? > > Wouldn't >= be correct? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-dev-h...@lucene.apache.org > I don't think so offhand - but its been a long time since I've had my head wrapped around that.
Could you extend the FuzzyQueryTest testTokenLengthOpt() to expose what you think the issue is? -- - Mark http://www.lucidimagination.com --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org