Uses of Class
org.apache.solr.spelling.SolrSpellChecker
Packages that use SolrSpellChecker
Package
Description
SearchComponent implementations for use in SearchHandlerAPIs and classes used by the
SpellCheckComponentAPIs and classes used by the
SpellCheckComponent-
Uses of SolrSpellChecker in org.apache.solr.handler.component
Fields in org.apache.solr.handler.component with type parameters of type SolrSpellCheckerModifier and TypeFieldDescriptionprotected Map<String, SolrSpellChecker> SpellCheckComponent.spellCheckersKey is the dictionary, value is the SpellChecker for that dictionary nameMethods in org.apache.solr.handler.component that return SolrSpellCheckerModifier and TypeMethodDescriptionSpellCheckComponent.getSpellChecker(String name) protected SolrSpellCheckerSpellCheckComponent.getSpellChecker(org.apache.solr.common.params.SolrParams params) Methods in org.apache.solr.handler.component that return types with arguments of type SolrSpellChecker -
Uses of SolrSpellChecker in org.apache.solr.spelling
Subclasses of SolrSpellChecker in org.apache.solr.spellingModifier and TypeClassDescriptionclassAbstract base class for all Lucene-based spell checking implementations.classThis class lets a query be run through multiple spell checkers.classSpellchecker implementation that usesDirectSpellCheckerclassA spell checker implementation that loads words from a text file (one word per line).classA spell checker implementation that loads words from Solr as well as arbitrary Lucene indices.classA spellchecker that breaks and combines words.Methods in org.apache.solr.spelling with parameters of type SolrSpellCheckerModifier and TypeMethodDescriptionvoidConjunctionSolrSpellChecker.addChecker(SolrSpellChecker checker) -
Uses of SolrSpellChecker in org.apache.solr.spelling.suggest
Subclasses of SolrSpellChecker in org.apache.solr.spelling.suggest