Package | Description |
---|---|
org.apache.solr.spelling |
APIs and classes used by the
SpellCheckComponent |
org.apache.solr.spelling.suggest |
APIs and classes used by the
SpellCheckComponent |
Modifier and Type | Method and Description |
---|---|
SpellingResult |
ConjunctionSolrSpellChecker.getSuggestions(SpellingOptions options) |
SpellingResult |
WordBreakSolrSpellChecker.getSuggestions(SpellingOptions options) |
SpellingResult |
AbstractLuceneSpellChecker.getSuggestions(SpellingOptions options) |
abstract SpellingResult |
SolrSpellChecker.getSuggestions(SpellingOptions options)
Get suggestions for the given query.
|
SpellingResult |
DirectSolrSpellChecker.getSuggestions(SpellingOptions options) |
Modifier and Type | Method and Description |
---|---|
SpellingResult |
Suggester.getSuggestions(SpellingOptions options) |
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.