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

Packages that use SpellingResult
org.apache.solr.handler.component SearchComponent implementations for use in SearchHandler 
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 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, boolean suggestionsMayOverlap)
           
protected  NamedList SpellCheckComponent.toNamedList(boolean shardRequest, SpellingResult spellingResult, String origQuery, boolean extendedResults, boolean collate, boolean correctlySpelled)
           
 

Uses of SpellingResult in org.apache.solr.spelling
 

Methods in org.apache.solr.spelling that return SpellingResult
 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.
 SpellingResult ConjunctionSolrSpellChecker.mergeSuggestions(SpellCheckMergeData mergeData, int numSug, int count, boolean extendedResults)
           
 SpellingResult SolrSpellChecker.mergeSuggestions(SpellCheckMergeData mergeData, int numSug, int count, boolean extendedResults)
          Integrate spelling suggestions from the various shards in a distributed environment.
 

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

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

Methods in org.apache.solr.spelling.suggest that return SpellingResult
 SpellingResult Suggester.getSuggestions(SpellingOptions options)
           
 



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