public class SpellingSuggestion
extends Object
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
SpellingSuggestion() |