org.apache.solr.client.solrj.response
Class SpellCheckResponse.Collation
java.lang.Object
org.apache.solr.client.solrj.response.SpellCheckResponse.Collation
- Enclosing class:
- SpellCheckResponse
public class SpellCheckResponse.Collation
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpellCheckResponse.Collation
public SpellCheckResponse.Collation()
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)
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.