You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by krishnainet <kr...@gmail.com> on 2011/12/19 03:25:03 UTC

Fuzzy query modification

By default it works using the edit distance and computes its score based on
that. One thing lacking with this computing/scoring is the sequential
context .

i.e., if we have have set of words in a search string(phrase) and if we
search for this phrase using (boolean query in conjunction with fuzzy
query). Any exact matches to any word in the search string(phrase) should be
boosted based on length of that matched word. Are they any options for doing
something similar to this. ? 

On the other side, is there option for penalizing the operations while
computing the distances for FuzzyQuery, i.e different penalties for
substitution,removal or addition?

--
View this message in context: http://lucene.472066.n3.nabble.com/Fuzzy-query-modification-tp3597411p3597411.html
Sent from the Lucene - Java Developer mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org