Package | Description |
---|---|
org.apache.solr.spelling |
APIs and classes used by the
SpellCheckComponent
See org.apache.lucene.search.spell and org.apache.lucene.search.suggest for additional information. |
org.apache.solr.spelling.suggest |
APIs and classes used by the
SpellCheckComponent
See org.apache.lucene.search.spell and org.apache.lucene.search.suggest for additional information. |
Modifier and Type | Method and Description |
---|---|
abstract SpellingResult |
SolrSpellChecker.getSuggestions(SpellingOptions options)
Get suggestions for the given query.
|
SpellingResult |
ConjunctionSolrSpellChecker.getSuggestions(SpellingOptions options) |
SpellingResult |
DirectSolrSpellChecker.getSuggestions(SpellingOptions options) |
SpellingResult |
AbstractLuceneSpellChecker.getSuggestions(SpellingOptions options) |
SpellingResult |
WordBreakSolrSpellChecker.getSuggestions(SpellingOptions options) |
Modifier and Type | Method and Description |
---|---|
SpellingResult |
Suggester.getSuggestions(SpellingOptions options) |
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.