public class Spellcheck extends DslBase
| Constructor and Description | 
|---|
Spellcheck(Boolean correctlySpelled,
          Map<String,Suggestion> wordSuggestions,
          List<Collation> querySuggestions)  | 
| Modifier and Type | Method and Description | 
|---|---|
Boolean | 
getCorrectlySpelled()  | 
List<Collation> | 
getQuerySuggestions()  | 
Map<String,Suggestion> | 
getWordSuggestions()  |