Package | Description |
---|---|
com.amazonaws.services.cloudsearchdomain.model | |
com.amazonaws.services.cloudsearchdomain.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<SuggestionMatch> |
SuggestModel.suggestions
The documents that match the query string.
|
Modifier and Type | Method and Description |
---|---|
SuggestionMatch |
SuggestionMatch.clone() |
SuggestionMatch |
SuggestionMatch.withId(java.lang.String id)
The document ID of the suggested document.
|
SuggestionMatch |
SuggestionMatch.withScore(java.lang.Long score)
The relevance score of a suggested match.
|
SuggestionMatch |
SuggestionMatch.withSuggestion(java.lang.String suggestion)
The string that matches the query string specified in the
SuggestRequest . |
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<SuggestionMatch> suggestions)
The documents that match the query string.
|
SuggestModel |
SuggestModel.withSuggestions(java.util.Collection<SuggestionMatch> suggestions)
The documents that match the query string.
|
Modifier and Type | Method and Description |
---|---|
SuggestionMatch |
SuggestionMatchJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
SuggestionMatchJsonMarshaller.marshall(SuggestionMatch suggestionMatch,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|