Uses of Package
org.apache.solr.spelling

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

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.
SpellCheckCollation
           
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.
PossibilityIterator.RankedSpellPossibility
           
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.
SpellCheckCollation
           
SpellCheckCorrection
           
SpellingOptions
           
SpellingQueryConverter
          Converts the query string to a Collection of Lucene tokens using a regular expression.
SpellingResult
          Implementations of SolrSpellChecker must return suggestions as SpellResult instance.
WordBreakSolrSpellChecker.BreakSuggestionTieBreaker
           Specify a value on the "breakSugestionTieBreaker" parameter.
 

Classes in org.apache.solr.spelling used by org.apache.solr.spelling.suggest
SolrSpellChecker
           Refer to SpellCheckComponent for more details.
SpellingOptions
           
SpellingResult
          Implementations of SolrSpellChecker must return suggestions as SpellResult instance.
 



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