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

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

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

Methods in org.apache.solr.client.solrj.response that return types with arguments of type SpellCheckResponse.Correction
 List<SpellCheckResponse.Correction> SpellCheckResponse.Collation.getMisspellingsAndCorrections()
           
 

Methods in org.apache.solr.client.solrj.response with parameters of type SpellCheckResponse.Correction
 SpellCheckResponse.Collation SpellCheckResponse.Collation.addMisspellingsAndCorrection(SpellCheckResponse.Correction correction)