Package | Description |
---|---|
com.amazonaws.services.cloudsearchdomain.model |
Modifier and Type | Method and Description |
---|---|
SuggestionMatch |
SuggestionMatch.clone() |
SuggestionMatch |
SuggestionMatch.withId(String id)
The document ID of the suggested document.
|
SuggestionMatch |
SuggestionMatch.withScore(Long score)
The relevance score of a suggested match.
|
SuggestionMatch |
SuggestionMatch.withSuggestion(String suggestion)
The string that matches the query string specified in the
SuggestRequest . |
Modifier and Type | Method and Description |
---|---|
List<SuggestionMatch> |
SuggestModel.getSuggestions()
The documents that match the query string.
|
Modifier and Type | Method and Description |
---|---|
SuggestModel |
SuggestModel.withSuggestions(SuggestionMatch... suggestions)
The documents that match the query string.
|
Modifier and Type | Method and Description |
---|---|
void |
SuggestModel.setSuggestions(Collection<SuggestionMatch> suggestions)
The documents that match the query string.
|
SuggestModel |
SuggestModel.withSuggestions(Collection<SuggestionMatch> suggestions)
The documents that match the query string.
|
Copyright © 2018. All rights reserved.