| Package | Description |
|---|---|
| org.springframework.data.elasticsearch.core.suggest.response |
| Modifier and Type | Class and Description |
|---|---|
class |
CompletionSuggestion<T> |
class |
PhraseSuggestion |
class |
TermSuggestion |
| Modifier and Type | Method and Description |
|---|---|
Suggest.Suggestion<? extends Suggest.Suggestion.Entry<? extends Suggest.Suggestion.Entry.Option>> |
Suggest.getSuggestion(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<Suggest.Suggestion<? extends Suggest.Suggestion.Entry<? extends Suggest.Suggestion.Entry.Option>>> |
Suggest.getSuggestions() |
| Constructor and Description |
|---|
Suggest(List<Suggest.Suggestion<? extends Suggest.Suggestion.Entry<? extends Suggest.Suggestion.Entry.Option>>> suggestions,
boolean hasScoreDocs) |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.