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 Summary
Constructors Constructor Description Collation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SpellCheckResponse.Collation
addMisspellingsAndCorrection(SpellCheckResponse.Correction correction)
String
getCollationQueryString()
List<SpellCheckResponse.Correction>
getMisspellingsAndCorrections()
long
getNumberOfHits()
SpellCheckResponse.Collation
setCollationQueryString(String collationQueryString)
void
setNumberOfHits(long numberOfHits)
-
-
-
Method Detail
-
getNumberOfHits
public long getNumberOfHits()
-
setNumberOfHits
public void setNumberOfHits(long numberOfHits)
-
getCollationQueryString
public String getCollationQueryString()
-
setCollationQueryString
public SpellCheckResponse.Collation setCollationQueryString(String collationQueryString)
-
getMisspellingsAndCorrections
public List<SpellCheckResponse.Correction> getMisspellingsAndCorrections()
-
addMisspellingsAndCorrection
public SpellCheckResponse.Collation addMisspellingsAndCorrection(SpellCheckResponse.Correction correction)
-
-