You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Anna Björk Nikulásdóttir (JIRA)" <ji...@apache.org> on 2013/08/13 15:17:47 UTC

[jira] [Created] (LUCENE-5172) FuzzySuggester should boost terms with minimal Levenshtein Distance

Anna Björk Nikulásdóttir created LUCENE-5172:
------------------------------------------------

             Summary: FuzzySuggester should boost terms with minimal Levenshtein Distance
                 Key: LUCENE-5172
                 URL: https://issues.apache.org/jira/browse/LUCENE-5172
             Project: Lucene - Core
          Issue Type: Improvement
          Components: modules/other
    Affects Versions: 4.3.1, 4.4
            Reporter: Anna Björk Nikulásdóttir


For my use case I need both suggesters: AnalyzingSuggester and FuzzySuggester because FuzzySuggester does not boost terms with minimal Levenshtein distance. 
Post processing of FuzzySuggester results is somewhat heavy if only one wants to find direct prefix suggestions. So I first use AnalyzingSuggester to find prefix suggestions and optionally FuzzySuggester afterwards if AnaylzingSuggester did not yield appropriate results.

It would be really useful if FuzzySuggester could boost/sort suggestion results in order of Levenshtein distances. Then I only would need FuzzySuggester.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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