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 SuggestModelSuggestModel. clone()SuggestModelSuggestResult. getSuggest()Container for the matching search suggestion information.SuggestModelSuggestModel. withFound(Long found)The number of documents that were found to match the query string.SuggestModelSuggestModel. withQuery(String query)The query string specified in the suggest request.SuggestModelSuggestModel. withSuggestions(SuggestionMatch... suggestions)The documents that match the query string.SuggestModelSuggestModel. 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 voidSuggestResult. setSuggest(SuggestModel suggest)Container for the matching search suggestion information.SuggestResultSuggestResult. withSuggest(SuggestModel suggest)Container for the matching search suggestion information.
-