paws.analytics (version 0.1.0)

cloudsearchdomain: Amazon CloudSearch Domain

Description

You use the AmazonCloudSearch2013 API to upload documents to a search domain and search those documents.

The endpoints for submitting UploadDocuments, Search, and Suggest requests are domain-specific. To get the endpoints for your domain, use the Amazon CloudSearch configuration service DescribeDomains action. The domain endpoints are also displayed on the domain dashboard in the Amazon CloudSearch console. You submit suggest requests to the search endpoint.

For more information, see the Amazon CloudSearch Developer Guide.

Usage

cloudsearchdomain()

Arguments

Operations

search Retrieves a list of documents that match the specified search criteria
suggest Retrieves autocomplete suggestions for a partial query string

Examples

Run this code
# NOT RUN {
svc <- cloudsearchdomain()
svc$search(
  Foo = 123
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab