Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-81

Add Query Spellchecker functionality

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 1.2
    • search
    • None

    Description

      Use the simple approach of n-gramming outside of Solr and indexing n-gram documents. For example:

      <doc>
      <field name="word">lettuce</field>
      <field name="start3">let</field>
      <field name="gram3">let ett ttu tuc uce</field>
      <field name="end3">uce</field>
      <field name="start4">lett</field>
      <field name="gram4">lett ettu ttuc tuce</field>
      <field name="end4">tuce</field>
      </doc>

      See:
      http://www.mail-archive.com/solr-user@lucene.apache.org/msg01254.html
      Java clients: SOLR-20 (add delete commit optimize), SOLR-30 (search)

      Attachments

        1. hoss.spell.patch
          8 kB
          Chris M. Hostetter
        2. SOLR-81-spellchecker.patch
          7 kB
          Otis Gospodnetic
        3. SOLR-81-spellchecker.patch
          16 kB
          Adam Hiatt
        4. SOLR-81-spellchecker.patch
          16 kB
          Adam Hiatt
        5. SOLR-81-ngram.patch
          16 kB
          Otis Gospodnetic
        6. SOLR-81-ngram.patch
          16 kB
          Otis Gospodnetic
        7. SOLR-81-ngram.patch
          17 kB
          Otis Gospodnetic
        8. SOLR-81-ngram-schema.patch
          7 kB
          Otis Gospodnetic
        9. SOLR-81-edgengram-ngram.patch
          24 kB
          Adam Hiatt
        10. SOLR-81-ngram.patch
          11 kB
          Otis Gospodnetic

        Issue Links

          Activity

            People

              Unassigned Unassigned
              otis Otis Gospodnetic
              Votes:
              1 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: