|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectSpellingSuggestion
public class SpellingSuggestion
Contains one or more suggestions for a specific term in a query.
Field Summary | |
---|---|
String[] |
fields
List of fields in which the original term was queried |
String |
origTerm
The original term from the query |
String |
suggestedTerm
The suggested alternative term... might be null if original term should be deleted. |
Constructor Summary | |
---|---|
SpellingSuggestion()
|
Method Summary |
---|
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public String origTerm
public String[] fields
public String suggestedTerm
Constructor Detail |
---|
public SpellingSuggestion()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |