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 SuggestionMatch
SuggestionMatch. clone()
SuggestionMatch
SuggestionMatch. withId(String id)
The document ID of the suggested document.SuggestionMatch
SuggestionMatch. withScore(Long score)
The relevance score of a suggested match.SuggestionMatch
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 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 SuggestModel
SuggestModel. 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 void
SuggestModel. setSuggestions(Collection<SuggestionMatch> suggestions)
The documents that match the query string.SuggestModel
SuggestModel. withSuggestions(Collection<SuggestionMatch> suggestions)
The documents that match the query string.
-