Package | Description |
---|---|
com.amazonaws.services.cloudsearchdomain.model | |
com.amazonaws.services.cloudsearchdomain.model.transform |
Modifier and Type | Field and Description |
---|---|
private SuggestModel |
SuggestResult.suggest
Container for the matching search suggestion information.
|
Modifier and Type | Method and Description |
---|---|
SuggestModel |
SuggestModel.clone() |
SuggestModel |
SuggestResult.getSuggest()
Container for the matching search suggestion information.
|
SuggestModel |
SuggestModel.withFound(java.lang.Long found)
The number of documents that were found to match the query string.
|
SuggestModel |
SuggestModel.withQuery(java.lang.String query)
The query string specified in the suggest request.
|
SuggestModel |
SuggestModel.withSuggestions(java.util.Collection<SuggestionMatch> suggestions)
The documents that match the query string.
|
SuggestModel |
SuggestModel.withSuggestions(SuggestionMatch... suggestions)
The documents that match the query string.
|
Modifier and Type | Method and Description |
---|---|
void |
SuggestResult.setSuggest(SuggestModel suggest)
Container for the matching search suggestion information.
|
SuggestResult |
SuggestResult.withSuggest(SuggestModel suggest)
Container for the matching search suggestion information.
|
Modifier and Type | Method and Description |
---|---|
SuggestModel |
SuggestModelJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
SuggestModelJsonMarshaller.marshall(SuggestModel suggestModel,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|