|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SolrSpellChecker | |
---|---|
org.apache.solr.handler.component | |
org.apache.solr.spelling | |
org.apache.solr.spelling.suggest |
Uses of SolrSpellChecker in org.apache.solr.handler.component |
---|
Fields in org.apache.solr.handler.component with type parameters of type SolrSpellChecker | |
---|---|
protected Map<String,SolrSpellChecker> |
SpellCheckComponent.spellCheckers
Key is the dictionary, value is the SpellChecker for that dictionary name |
Methods in org.apache.solr.handler.component that return SolrSpellChecker | |
---|---|
protected SolrSpellChecker |
SpellCheckComponent.getSpellChecker(SolrParams params)
|
SolrSpellChecker |
SpellCheckComponent.getSpellChecker(String name)
|
Methods in org.apache.solr.handler.component that return types with arguments of type SolrSpellChecker | |
---|---|
Map<String,SolrSpellChecker> |
SpellCheckComponent.getSpellCheckers()
|
Uses of SolrSpellChecker in org.apache.solr.spelling |
---|
Subclasses of SolrSpellChecker in org.apache.solr.spelling | |
---|---|
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. |
Uses of SolrSpellChecker in org.apache.solr.spelling.suggest |
---|
Subclasses of SolrSpellChecker in org.apache.solr.spelling.suggest | |
---|---|
class |
Suggester
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |