| Package | Description |
|---|---|
| org.springframework.data.elasticsearch.core.suggest.response |
| Modifier and Type | Method and Description |
|---|---|
SortBy |
TermSuggestion.getSort() |
static SortBy |
SortBy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortBy[] |
SortBy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
TermSuggestion(String name,
int size,
List<TermSuggestion.Entry> entries,
SortBy sort) |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.