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

Packages that use SpellCheckCorrection
org.apache.solr.spelling   
 

Uses of SpellCheckCorrection in org.apache.solr.spelling
 

Methods in org.apache.solr.spelling that return types with arguments of type SpellCheckCorrection
 List<SpellCheckCorrection> RankedSpellPossibility.getCorrections()
           
 

Method parameters in org.apache.solr.spelling with type arguments of type SpellCheckCorrection
 void RankedSpellPossibility.setCorrections(List<SpellCheckCorrection> corrections)