| Package | Description |
|---|---|
| org.elasticsearch.search.suggest | |
| org.elasticsearch.search.suggest.term |
| Modifier and Type | Method and Description |
|---|---|
static Suggest.Suggestion.Sort |
Suggest.Suggestion.Sort.fromId(byte id) |
static Suggest.Suggestion.Sort |
SuggestUtils.resolveSort(String sortVal) |
Suggest.Suggestion.Sort |
DirectSpellcheckerSettings.sort() |
static Suggest.Suggestion.Sort |
Suggest.Suggestion.Sort.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Suggest.Suggestion.Sort[] |
Suggest.Suggestion.Sort.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DirectSpellcheckerSettings.sort(Suggest.Suggestion.Sort sort) |
| Constructor and Description |
|---|
TermSuggestion(String name,
int size,
Suggest.Suggestion.Sort sort) |
Copyright © 2009–2017. All rights reserved.