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