| Package | Description |
|---|---|
| org.apache.solr.handler.component | |
| org.apache.solr.spelling | |
| org.apache.solr.spelling.suggest |
| Modifier and Type | Field and Description |
|---|---|
private SolrSpellChecker |
SpellCheckComponent.SpellCheckerListener.checker |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.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(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,SolrSpellChecker> |
SpellCheckComponent.getSpellCheckers() |
| Constructor and Description |
|---|
SpellCheckerListener(SolrCore core,
SolrSpellChecker checker,
boolean buildOnCommit,
boolean buildOnOptimize) |
| 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 |