public class SpellCheckCollation extends Object implements Comparable<SpellCheckCollation>
Constructor and Description |
---|
SpellCheckCollation() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(SpellCheckCollation scc) |
String |
getCollationQuery() |
long |
getHits() |
int |
getInternalRank() |
NamedList<String> |
getMisspellingsAndCorrections() |
void |
setCollationQuery(String collationQuery) |
void |
setHits(long hits) |
void |
setInternalRank(int internalRank) |
void |
setMisspellingsAndCorrections(NamedList<String> misspellingsAndCorrections) |
public int compareTo(SpellCheckCollation scc)
compareTo
in interface Comparable<SpellCheckCollation>
public void setMisspellingsAndCorrections(NamedList<String> misspellingsAndCorrections)
public long getHits()
public void setHits(long hits)
public String getCollationQuery()
public void setCollationQuery(String collationQuery)
public int getInternalRank()
public void setInternalRank(int internalRank)
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.