Class SpellCheckResponse.Collation
java.lang.Object
org.apache.solr.client.solrj.response.SpellCheckResponse.Collation
- Enclosing class:
SpellCheckResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongsetCollationQueryString(String collationQueryString) voidsetNumberOfHits(long numberOfHits)
-
Constructor Details
-
Collation
public Collation()
-
-
Method Details
-
getNumberOfHits
public long getNumberOfHits() -
setNumberOfHits
public void setNumberOfHits(long numberOfHits) -
getCollationQueryString
-
setCollationQueryString
-
getMisspellingsAndCorrections
-
addMisspellingsAndCorrection
public SpellCheckResponse.Collation addMisspellingsAndCorrection(SpellCheckResponse.Correction correction)
-