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

Packages that use SpellingOptions
org.apache.solr.spelling   
org.apache.solr.spelling.suggest   
 

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