| Package | Description |
|---|---|
| org.apache.solr.handler.component | |
| org.apache.solr.spelling | |
| org.apache.solr.spelling.suggest |
| Class and 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 SpellCheckComponent
for more details.
|
| SpellingResult
Implementations of SolrSpellChecker must return suggestions as SpellResult instance.
|
| Class and Description |
|---|
| AbstractLuceneSpellChecker
Abstract base class for all Lucene-based spell checking implementations.
|
| QueryConverter
The QueryConverter is an abstract base class defining a method for converting
input "raw" queries into a set of tokens for spell checking.
|
| RankedSpellPossibility |
| SolrSpellChecker
Refer to SpellCheckComponent
for more details.
|
| SpellCheckCollation |
| 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.
|
| Class and Description |
|---|
| SolrSpellChecker
Refer to SpellCheckComponent
for more details.
|
| SpellingOptions |
| SpellingResult
Implementations of SolrSpellChecker must return suggestions as SpellResult instance.
|