Uploaded image for project: 'Lucene - Core'
  1. Lucene - Core
  2. LUCENE-5172

FuzzySuggester should boost terms with minimal Levenshtein Distance

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 4.4, 4.3.1
    • None
    • modules/other
    • None
    • New

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            annanik Anna Björk Nikulásdóttir
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: