Uses of Package
org.apache.solr.spelling
-
Packages that use org.apache.solr.spelling Package Description org.apache.solr.handler.component SearchComponent
implementations for use inSearchHandler
org.apache.solr.spelling APIs and classes used by theSpellCheckComponent
org.apache.solr.spelling.suggest APIs and classes used by theSpellCheckComponent
-
Classes in org.apache.solr.spelling used by org.apache.solr.handler.component Class Description 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 https://solr.apache.org/guide/solr/latest/query-guide/spell-checking.html 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 Class Description 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 https://solr.apache.org/guide/solr/latest/query-guide/spell-checking.html for more details.SpellCheckCollation SpellCheckCollator 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.Token Deprecated.WordBreakSolrSpellChecker.BreakSuggestionTieBreaker Specify a value on the "breakSuggestionTieBreaker" parameter. -
Classes in org.apache.solr.spelling used by org.apache.solr.spelling.suggest Class Description SolrSpellChecker Refer to https://solr.apache.org/guide/solr/latest/query-guide/spell-checking.html for more details.SpellingOptions SpellingResult Implementations of SolrSpellChecker must return suggestions as SpellResult instance.