Uses of Class
org.apache.solr.spelling.SolrSpellChecker

Packages that use SolrSpellChecker
org.apache.solr.handler.component SearchComponent implementations for use in SearchHandler 
org.apache.solr.spelling APIs and classes used by the SpellCheckComponent 
org.apache.solr.spelling.suggest APIs 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 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 ConjunctionSolrSpellChecker
          This class lets a query be run through multiple spell checkers.
 class DirectSolrSpellChecker
          Spellchecker implementation that uses DirectSpellChecker
 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.
 class WordBreakSolrSpellChecker
           A spellchecker that breaks and combines words.
 

Methods in org.apache.solr.spelling with parameters of type SolrSpellChecker
 void ConjunctionSolrSpellChecker.addChecker(SolrSpellChecker checker)
           
 

Uses of SolrSpellChecker in org.apache.solr.spelling.suggest
 

Subclasses of SolrSpellChecker in org.apache.solr.spelling.suggest
 class Suggester
           
 



Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.