Package org.apache.solr.spelling.suggest
APIs and classes used by the
SpellCheckComponent
See org.apache.lucene.search.spell
and org.apache.lucene.search.suggest
for additional information.
-
Interface Summary Interface Description SuggesterParams -
Class Summary Class Description DictionaryFactory Encapsulates shared fields for all types of dictionaryFactory classesDocumentDictionaryFactory Factory forDocumentDictionary
DocumentExpressionDictionaryFactory Factory forDocumentValueSourceDictionary
FileDictionaryFactory Factory forFileDictionary
HighFrequencyDictionaryFactory Factory forHighFrequencyDictionary
LookupFactory Suggester factory for creatingLookup
instances.SolrSuggester Responsible for loading the lookup and dictionary Implementations specified by the SolrConfig.Suggester SuggesterOptions Encapsulates the inputs required to be passed on to the underlying suggester inSolrSuggester
SuggesterResult Encapsulates the results returned by the suggester inSolrSuggester