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

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

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()
           
 



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