Package | Description |
---|---|
org.apache.solr.spelling |
APIs and classes used by the
SpellCheckComponent
See org.apache.lucene.search.spell and org.apache.lucene.search.suggest for additional information. |
Modifier and Type | Class and Description |
---|---|
class |
FileBasedSpellChecker
A spell checker implementation that loads words from a text file (one word per line).
|
class |
IndexBasedSpellChecker
A spell checker implementation that loads words from Solr as well as arbitary Lucene indices.
|
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.