Uses of Class
com.amazonaws.services.cloudsearchdomain.model.SuggestionMatch
Packages that use SuggestionMatch
-
Uses of SuggestionMatch in com.amazonaws.services.cloudsearchdomain.model
Methods in com.amazonaws.services.cloudsearchdomain.model that return SuggestionMatchModifier and TypeMethodDescriptionSuggestionMatch.clone()
The document ID of the suggested document.The relevance score of a suggested match.SuggestionMatch.withSuggestion
(String suggestion) The string that matches the query string specified in theSuggestRequest
.Methods in com.amazonaws.services.cloudsearchdomain.model that return types with arguments of type SuggestionMatchModifier and TypeMethodDescriptionSuggestModel.getSuggestions()
The documents that match the query string.Methods in com.amazonaws.services.cloudsearchdomain.model with parameters of type SuggestionMatchModifier and TypeMethodDescriptionSuggestModel.withSuggestions
(SuggestionMatch... suggestions) The documents that match the query string.Method parameters in com.amazonaws.services.cloudsearchdomain.model with type arguments of type SuggestionMatchModifier and TypeMethodDescriptionvoid
SuggestModel.setSuggestions
(Collection<SuggestionMatch> suggestions) The documents that match the query string.SuggestModel.withSuggestions
(Collection<SuggestionMatch> suggestions) The documents that match the query string.