Uses of Package
org.apache.solr.spelling
Packages that use org.apache.solr.spelling
Package
Description
SearchComponent implementations for use in SearchHandlerAPIs and classes used by the
SpellCheckComponentAPIs and classes used by the
SpellCheckComponent-
Classes in org.apache.solr.spelling used by org.apache.solr.handler.componentClassDescriptionThe QueryConverter is an abstract base class defining a method for converting input "raw" queries into a set of tokens for spell checking.Refer to https://solr.apache.org/guide/solr/latest/query-guide/spell-checking.html for more details.Implementations of SolrSpellChecker must return suggestions as SpellResult instance.
-
Classes in org.apache.solr.spelling used by org.apache.solr.spellingClassDescriptionAbstract base class for all Lucene-based spell checking implementations.The QueryConverter is an abstract base class defining a method for converting input "raw" queries into a set of tokens for spell checking.Refer to https://solr.apache.org/guide/solr/latest/query-guide/spell-checking.html for more details.Converts the query string to a Collection of Lucene tokens using a regular expression.Implementations of SolrSpellChecker must return suggestions as SpellResult instance.Deprecated.Specify a value on the "breakSuggestionTieBreaker" parameter.
-
Classes in org.apache.solr.spelling used by org.apache.solr.spelling.suggestClassDescriptionRefer to https://solr.apache.org/guide/solr/latest/query-guide/spell-checking.html for more details.Implementations of SolrSpellChecker must return suggestions as SpellResult instance.