| Package | Description |
|---|---|
| com.amazonaws.services.cloudsearchdomain.model |
Classes modeling the various types represented by AmazonCloudSearchDomain.
|
| Modifier and Type | Method and Description |
|---|---|
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 the
SuggestRequest. |
| Modifier and Type | Method and Description |
|---|---|
List<SuggestionMatch> |
SuggestModel.getSuggestions()
The documents that match the query string.
|
| Modifier and Type | Method and Description |
|---|---|
SuggestModel |
SuggestModel.withSuggestions(SuggestionMatch... suggestions)
The documents that match the query string.
|
| Modifier and Type | Method and 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.
|
Copyright © 2015. All rights reserved.