Uses of Class
org.apache.solr.spelling.SpellingOptions

Packages that use SpellingOptions
org.apache.solr.spelling APIs and classes used by the SpellCheckComponent 
org.apache.solr.spelling.suggest APIs and classes used by the SpellCheckComponent 
 

Uses of SpellingOptions in org.apache.solr.spelling
 

Methods in org.apache.solr.spelling with parameters of type SpellingOptions
 SpellingResult ConjunctionSolrSpellChecker.getSuggestions(SpellingOptions options)
           
 SpellingResult WordBreakSolrSpellChecker.getSuggestions(SpellingOptions options)
           
 SpellingResult DirectSolrSpellChecker.getSuggestions(SpellingOptions options)
           
 SpellingResult AbstractLuceneSpellChecker.getSuggestions(SpellingOptions options)
           
abstract  SpellingResult SolrSpellChecker.getSuggestions(SpellingOptions options)
          Get suggestions for the given query.
 

Uses of SpellingOptions in org.apache.solr.spelling.suggest
 

Methods in org.apache.solr.spelling.suggest with parameters of type SpellingOptions
 SpellingResult Suggester.getSuggestions(SpellingOptions options)
           
 



Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.