Uses of Class
org.apache.solr.spelling.SpellingOptions
-
Packages that use SpellingOptions Package Description org.apache.solr.spelling APIs and classes used by theSpellCheckComponent
org.apache.solr.spelling.suggest APIs and classes used by theSpellCheckComponent
-
-
Uses of SpellingOptions in org.apache.solr.spelling
Methods in org.apache.solr.spelling with parameters of type SpellingOptions Modifier and Type Method Description SpellingResult
AbstractLuceneSpellChecker. getSuggestions(SpellingOptions options)
SpellingResult
ConjunctionSolrSpellChecker. getSuggestions(SpellingOptions options)
SpellingResult
DirectSolrSpellChecker. getSuggestions(SpellingOptions options)
abstract SpellingResult
SolrSpellChecker. getSuggestions(SpellingOptions options)
Get suggestions for the given query.SpellingResult
WordBreakSolrSpellChecker. getSuggestions(SpellingOptions options)
-
Uses of SpellingOptions in org.apache.solr.spelling.suggest
Methods in org.apache.solr.spelling.suggest with parameters of type SpellingOptions Modifier and Type Method Description SpellingResult
Suggester. getSuggestions(SpellingOptions options)
-