Uses of Class
com.amazonaws.services.cloudsearchdomain.model.SuggestModel
-
Packages that use SuggestModel Package Description com.amazonaws.services.cloudsearchdomain.model -
-
Uses of SuggestModel in com.amazonaws.services.cloudsearchdomain.model
Methods in com.amazonaws.services.cloudsearchdomain.model that return SuggestModel Modifier and Type Method 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(SuggestionMatch... suggestions)
The documents that match the query string.SuggestModel
SuggestModel. withSuggestions(Collection<SuggestionMatch> suggestions)
The documents that match the query string.Methods in com.amazonaws.services.cloudsearchdomain.model with parameters of type SuggestModel Modifier and Type Method 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.
-