cloudsearch_build_suggesters: Indexes the search suggestions
Description
Indexes the search suggestions. For more information, see Configuring Suggesters
in the Amazon CloudSearch Developer Guide.
Usage
cloudsearch_build_suggesters(DomainName)
Value
A list with the following syntax:
list(
FieldNames = list(
"string"
)
)
Request syntax
svc$build_suggesters(
DomainName = "string"
)