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
abstract  SpellingResult SolrSpellChecker.getSuggestions(SpellingOptions options)
          Get suggestions for the given query.
 SpellingResult WordBreakSolrSpellChecker.getSuggestions(SpellingOptions options)
           
 SpellingResult DirectSolrSpellChecker.getSuggestions(SpellingOptions options)
           
 SpellingResult ConjunctionSolrSpellChecker.getSuggestions(SpellingOptions options)
           
 SpellingResult AbstractLuceneSpellChecker.getSuggestions(SpellingOptions options)
           
 

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-2013 Apache Software Foundation. All Rights Reserved.