On 28/01/2012 09:36, Uwe Schindler wrote:
Hi,

-----Original Message-----
From: Paul Taylor [mailto:paul_t...@fastmail.fm]
Sent: Saturday, January 28, 2012 10:33 AM
To: 'java-user@lucene.apache.org'
Subject: Does Fuzzy Search scores the same as Exact Match

All things being equal does a fuzzy match give the same score as an exact
match.
i.e if I do a search for farmin and it matches two docs one on term
farmin, the
other on term farming, will it score farming higher or score both the same
?

YES, depends on the Fuzzy configuration (rewrite method,...), but the
default does so!

Uwe


So how do I change it, seems like a funny default to have.

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to