Uses of Class
com.amazonaws.services.cloudsearchdomain.model.SuggestionMatch
-
Packages that use SuggestionMatch Package Description com.amazonaws.services.cloudsearchdomain.model -
-
Uses of SuggestionMatch in com.amazonaws.services.cloudsearchdomain.model
Methods in com.amazonaws.services.cloudsearchdomain.model that return SuggestionMatch Modifier and Type Method Description SuggestionMatchSuggestionMatch. clone()SuggestionMatchSuggestionMatch. withId(String id)The document ID of the suggested document.SuggestionMatchSuggestionMatch. withScore(Long score)The relevance score of a suggested match.SuggestionMatchSuggestionMatch. 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 SuggestionMatch Modifier and Type Method Description List<SuggestionMatch>SuggestModel. getSuggestions()The documents that match the query string.Methods in com.amazonaws.services.cloudsearchdomain.model with parameters of type SuggestionMatch Modifier and Type Method Description SuggestModelSuggestModel. withSuggestions(SuggestionMatch... suggestions)The documents that match the query string.Method parameters in com.amazonaws.services.cloudsearchdomain.model with type arguments of type SuggestionMatch Modifier and Type Method Description voidSuggestModel. setSuggestions(Collection<SuggestionMatch> suggestions)The documents that match the query string.SuggestModelSuggestModel. withSuggestions(Collection<SuggestionMatch> suggestions)The documents that match the query string.
-