Uses of Package
org.apache.solr.spelling

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

Classes in org.apache.solr.spelling used by org.apache.solr.handler.component
QueryConverter
           The QueryConverter is an abstract base class defining a method for converting input "raw" queries into a set of tokens for spell checking.
SolrSpellChecker
           Refer to SpellCheckComponent for more details.
SpellingResult
          Implementations of SolrSpellChecker must return suggestions as SpellResult instance.
 

Classes in org.apache.solr.spelling used by org.apache.solr.spelling
AbstractLuceneSpellChecker
          Abstract base class for all Lucene-based spell checking implementations.
QueryConverter
           The QueryConverter is an abstract base class defining a method for converting input "raw" queries into a set of tokens for spell checking.
SolrSpellChecker
           Refer to SpellCheckComponent for more details.
SpellingResult
          Implementations of SolrSpellChecker must return suggestions as SpellResult instance.
 



Copyright © 2011 Apache Software Foundation. All Rights Reserved.