Package | Description |
---|---|
com.amazonaws.services.cloudsearchdomain.model |
Modifier and Type | Method and Description |
---|---|
SuggestModel |
SuggestModel.clone() |
SuggestModel |
SuggestResult.getSuggest()
Container for the matching search suggestion information.
|
SuggestModel |
SuggestModel.withFound(Long found)
The number of documents that were found to match the query string.
|
SuggestModel |
SuggestModel.withQuery(String query)
The query string specified in the suggest request.
|
SuggestModel |
SuggestModel.withSuggestions(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.
|
Copyright © 2018. All rights reserved.