| Package | Description |
|---|---|
| org.apache.solr.handler.component | |
| org.apache.solr.spelling | |
| org.apache.solr.spelling.suggest |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,SolrSpellChecker> |
SpellCheckComponent.spellCheckers
Key is the dictionary, value is the SpellChecker for that dictionary name
|
| Modifier and Type | Method and Description |
|---|---|
protected SolrSpellChecker |
SpellCheckComponent.getSpellChecker(SolrParams params) |
SolrSpellChecker |
SpellCheckComponent.getSpellChecker(String name) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,SolrSpellChecker> |
SpellCheckComponent.getSpellCheckers() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLuceneSpellChecker
Abstract base class for all Lucene-based spell checking implementations.
|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Suggester |