lucene double metaphone ranking.

2011-03-14 Thread merlin.list
Hi guys, Here is my noob question: I'm trying to do fuzzy search on first name, last name. I'm using double metaphone analyzer. and i encountered the following problem. for example, when i search for picasso, "paski" shows up with the same score as the spelling of "picasso". when i look at

Re: lucene double metaphone ranking.

2011-03-14 Thread merlin.list
xt:picasso to be expanded to: text:picasso^3.0 text.stemmed:picass^1.5 text.phonetic:PKS^1.2 paul Le 14 mars 2011 à 22:02, merlin.list a écrit : Thank you Paul! i shall try your spell. Hi guys, Here is my noob question: I'm trying to do fuzzy search on first name, last name. I