Uses of Class
com.amazonaws.services.cloudsearchdomain.model.SuggestModel
Packages that use SuggestModel
-
Uses of SuggestModel in com.amazonaws.services.cloudsearchdomain.model
Methods in com.amazonaws.services.cloudsearchdomain.model that return SuggestModelModifier and TypeMethodDescriptionSuggestModel.clone()SuggestResult.getSuggest()Container for the matching search suggestion information.The number of documents that were found to match the query string.The query string specified in the suggest request.SuggestModel.withSuggestions(SuggestionMatch... suggestions) The documents that match the query string.SuggestModel.withSuggestions(Collection<SuggestionMatch> suggestions) The documents that match the query string.Methods in com.amazonaws.services.cloudsearchdomain.model with parameters of type SuggestModelModifier and TypeMethodDescriptionvoidSuggestResult.setSuggest(SuggestModel suggest) Container for the matching search suggestion information.SuggestResult.withSuggest(SuggestModel suggest) Container for the matching search suggestion information.