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 forDocumentDictionaryDocumentExpressionDictionaryFactory Factory forDocumentValueSourceDictionaryFileDictionaryFactory Factory forFileDictionaryHighFrequencyDictionaryFactory Factory forHighFrequencyDictionaryLookupFactory Suggester factory for creatingLookupinstances.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 inSolrSuggesterSuggesterResult Encapsulates the results returned by the suggester inSolrSuggester