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

automaton spellchecker

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 4.0-ALPHA
    • modules/spellchecker
    • None
    • New, Patch Available

    Description

      The current spellchecker makes an n-gram index of your terms, and queries this for spellchecking.
      The terms that come back from the n-gram query are then re-ranked by an algorithm such as Levenshtein.

      Alternatively, we could just do a levenshtein query directly against the index, then we wouldn't need
      a separate index to rebuild.

      Attachments

        1. LUCENE-2507.patch
          9 kB
          Robert Muir
        2. LUCENE-2507.patch
          9 kB
          Robert Muir
        3. LUCENE-2507.patch
          10 kB
          Robert Muir
        4. LUCENE-2507.patch
          32 kB
          Robert Muir
        5. LUCENE-2507.patch
          38 kB
          Robert Muir

        Activity

          People

            rcmuir Robert Muir
            rcmuir Robert Muir
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: