Re: lucene double metaphone ranking.

2011-03-14 Thread merlin.list
On Mar 14, 2011 5:10 PM, Paul Libbrecht wrote: Merlin, the kind of magic such as "prefer an exact match" still has to be programmed. Searching in a field with double-metaphone analyzer will only compare tokens by their double-metaphone-results. You probably want query expansion: text:picasso

Re: lucene double metaphone ranking.

2011-03-14 Thread Paul Libbrecht
Merlin, the kind of magic such as "prefer an exact match" still has to be programmed. Searching in a field with double-metaphone analyzer will only compare tokens by their double-metaphone-results. You probably want query expansion: text:picasso to be expanded to: text:picasso^3.0 text.stemm

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