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
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
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