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

Packages that use SpellingResult
org.apache.solr.handler.component   
org.apache.solr.spelling   
org.apache.solr.spelling.suggest   
 

Uses of SpellingResult in org.apache.solr.handler.component
 

Methods in org.apache.solr.handler.component with parameters of type SpellingResult
protected  void SpellCheckComponent.addCollationsToResponse(SolrParams params, SpellingResult spellingResult, ResponseBuilder rb, String q, NamedList response)
           
protected  NamedList SpellCheckComponent.toNamedList(boolean shardRequest, SpellingResult spellingResult, String origQuery, boolean extendedResults, boolean collate)
           
 

Uses of SpellingResult in org.apache.solr.spelling
 

Methods in org.apache.solr.spelling that return SpellingResult
 SpellingResult SolrSpellChecker.getSuggestions(Collection<Token> tokens, IndexReader reader)
          Deprecated. This method will be removed in 4.x in favor of SolrSpellChecker.getSuggestions(org.apache.solr.spelling.SpellingOptions)
 SpellingResult SolrSpellChecker.getSuggestions(Collection<Token> tokens, IndexReader reader, boolean onlyMorePopular, boolean extendedResults)
          Deprecated. This method will be removed in 4.x in favor of SolrSpellChecker.getSuggestions(org.apache.solr.spelling.SpellingOptions)
 SpellingResult SolrSpellChecker.getSuggestions(Collection<Token> tokens, IndexReader reader, int count)
          Deprecated. This method will be removed in 4.x in favor of SolrSpellChecker.getSuggestions(org.apache.solr.spelling.SpellingOptions)
 SpellingResult AbstractLuceneSpellChecker.getSuggestions(Collection<Token> tokens, IndexReader reader, int count, boolean onlyMorePopular, boolean extendedResults)
          Kept around for back compatibility purposes.
abstract  SpellingResult SolrSpellChecker.getSuggestions(Collection<Token> tokens, IndexReader reader, int count, boolean onlyMorePopular, boolean extendedResults)
          Deprecated. This method will be removed in 4.x in favor of SolrSpellChecker.getSuggestions(org.apache.solr.spelling.SpellingOptions)
 SpellingResult AbstractLuceneSpellChecker.getSuggestions(SpellingOptions options)
           
 SpellingResult SolrSpellChecker.getSuggestions(SpellingOptions options)
          Get suggestions for the given query.
 

Methods in org.apache.solr.spelling with parameters of type SpellingResult
 List<SpellCheckCollation> SpellCheckCollator.collate(SpellingResult result, String originalQuery, ResponseBuilder ultimateResponse, int maxCollations, int maxTries, int maxEvaluations)
           
 

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

Methods in org.apache.solr.spelling.suggest that return SpellingResult
 SpellingResult Suggester.getSuggestions(Collection<Token> tokens, IndexReader reader, int count, boolean onlyMorePopular, boolean extendedResults)
           
 SpellingResult Suggester.getSuggestions(SpellingOptions options)