Uses of Class
org.apache.solr.spelling.SolrSpellChecker
-
Packages that use SolrSpellChecker Package Description org.apache.solr.handler.component SearchComponentimplementations for use inSearchHandlerorg.apache.solr.spelling APIs and classes used by theSpellCheckComponentorg.apache.solr.spelling.suggest APIs and classes used by theSpellCheckComponent -
-
Uses of SolrSpellChecker in org.apache.solr.handler.component
Fields in org.apache.solr.handler.component with type parameters of type SolrSpellChecker Modifier and Type Field Description protected Map<String,SolrSpellChecker>SpellCheckComponent. spellCheckersKey is the dictionary, value is the SpellChecker for that dictionary nameMethods in org.apache.solr.handler.component that return SolrSpellChecker Modifier and Type Method Description SolrSpellCheckerSpellCheckComponent. getSpellChecker(String name)protected SolrSpellCheckerSpellCheckComponent. getSpellChecker(SolrParams params)Methods in org.apache.solr.handler.component that return types with arguments of type SolrSpellChecker Modifier and Type Method Description Map<String,SolrSpellChecker>SpellCheckComponent. getSpellCheckers() -
Uses of SolrSpellChecker in org.apache.solr.spelling
Subclasses of SolrSpellChecker in org.apache.solr.spelling Modifier and Type Class Description classAbstractLuceneSpellCheckerAbstract base class for all Lucene-based spell checking implementations.classConjunctionSolrSpellCheckerThis class lets a query be run through multiple spell checkers.classDirectSolrSpellCheckerSpellchecker implementation that usesDirectSpellCheckerclassFileBasedSpellCheckerA spell checker implementation that loads words from a text file (one word per line).classIndexBasedSpellCheckerA spell checker implementation that loads words from Solr as well as arbitrary Lucene indices.classWordBreakSolrSpellCheckerA spellchecker that breaks and combines words.Methods in org.apache.solr.spelling with parameters of type SolrSpellChecker Modifier and Type Method Description voidConjunctionSolrSpellChecker. addChecker(SolrSpellChecker checker) -
Uses of SolrSpellChecker in org.apache.solr.spelling.suggest
Subclasses of SolrSpellChecker in org.apache.solr.spelling.suggest Modifier and Type Class Description classSuggester
-