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

Packages that use SolrSpellChecker
org.apache.solr.handler.component   
org.apache.solr.spelling   
 

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.
 



Copyright © 2011 Apache Software Foundation. All Rights Reserved.