Uses of Package
org.apache.solr.spelling.suggest

Packages that use org.apache.solr.spelling.suggest
org.apache.solr.handler.component SearchComponent implementations for use in SearchHandler 
org.apache.solr.spelling.suggest APIs and classes used by the SpellCheckComponent 
org.apache.solr.spelling.suggest.fst Factories for FST and Analyzing based Suggester
org.apache.solr.spelling.suggest.jaspell Factories for JaSpell based Suggester
org.apache.solr.spelling.suggest.tst Factories for TST based Suggester
 

Classes in org.apache.solr.spelling.suggest used by org.apache.solr.handler.component
SolrSuggester
          Responsible for loading the lookup and dictionary Implementations specified by the SolrConfig.
SuggesterParams
           
 

Classes in org.apache.solr.spelling.suggest used by org.apache.solr.spelling.suggest
DictionaryFactory
          Encapsulates shared fields for all types of dictionaryFactory classes
SuggesterOptions
          Encapsulates the inputs required to be passed on to the underlying suggester in SolrSuggester
SuggesterResult
          Encapsulates the results returned by the suggester in SolrSuggester
 

Classes in org.apache.solr.spelling.suggest used by org.apache.solr.spelling.suggest.fst
LookupFactory
          Suggester factory for creating Lookup instances.
 

Classes in org.apache.solr.spelling.suggest used by org.apache.solr.spelling.suggest.jaspell
LookupFactory
          Suggester factory for creating Lookup instances.
 

Classes in org.apache.solr.spelling.suggest used by org.apache.solr.spelling.suggest.tst
LookupFactory
          Suggester factory for creating Lookup instances.
 



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