Uses of Class
org.apache.solr.client.solrj.response.SpellCheckResponse.Suggestion

Packages that use SpellCheckResponse.Suggestion
org.apache.solr.client.solrj.response   
org.apache.solr.handler.component   
 

Uses of SpellCheckResponse.Suggestion in org.apache.solr.client.solrj.response
 

Methods in org.apache.solr.client.solrj.response that return SpellCheckResponse.Suggestion
 SpellCheckResponse.Suggestion SpellCheckResponse.getSuggestion(String token)
           
 

Methods in org.apache.solr.client.solrj.response that return types with arguments of type SpellCheckResponse.Suggestion
 Map<String,SpellCheckResponse.Suggestion> SpellCheckResponse.getSuggestionMap()
           
 List<SpellCheckResponse.Suggestion> SpellCheckResponse.getSuggestions()
           
 

Uses of SpellCheckResponse.Suggestion in org.apache.solr.handler.component
 

Fields in org.apache.solr.handler.component with type parameters of type SpellCheckResponse.Suggestion
 Map<String,SpellCheckResponse.Suggestion> SpellCheckMergeData.origVsSuggestion
           
 



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