| 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 |
WordBreakSolrSpellChecker.getSuggestions(SpellingOptions options) |
SpellingResult |
DirectSolrSpellChecker.getSuggestions(SpellingOptions options) |
SpellingResult |
ConjunctionSolrSpellChecker.getSuggestions(SpellingOptions options) |
SpellingResult |
AbstractLuceneSpellChecker.getSuggestions(SpellingOptions options) |
abstract SpellingResult |
SolrSpellChecker.getSuggestions(SpellingOptions options)
Get suggestions for the given query.
|
| Modifier and Type | Method and Description |
|---|---|
SpellingResult |
Suggester.getSuggestions(SpellingOptions options) |
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.