Class SpellCheckResponse.Collation
- java.lang.Object
- 
- org.apache.solr.client.solrj.response.SpellCheckResponse.Collation
 
- 
- Enclosing class:
- SpellCheckResponse
 
 public static class SpellCheckResponse.Collation extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Collation()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SpellCheckResponse.CollationaddMisspellingsAndCorrection(SpellCheckResponse.Correction correction)StringgetCollationQueryString()List<SpellCheckResponse.Correction>getMisspellingsAndCorrections()longgetNumberOfHits()SpellCheckResponse.CollationsetCollationQueryString(String collationQueryString)voidsetNumberOfHits(long numberOfHits)
 
- 
- 
- 
Method Detail- 
getNumberOfHitspublic long getNumberOfHits() 
 - 
setNumberOfHitspublic void setNumberOfHits(long numberOfHits) 
 - 
getCollationQueryStringpublic String getCollationQueryString() 
 - 
setCollationQueryStringpublic SpellCheckResponse.Collation setCollationQueryString(String collationQueryString) 
 - 
getMisspellingsAndCorrectionspublic List<SpellCheckResponse.Correction> getMisspellingsAndCorrections() 
 - 
addMisspellingsAndCorrectionpublic SpellCheckResponse.Collation addMisspellingsAndCorrection(SpellCheckResponse.Correction correction) 
 
- 
 
-