Amazon CloudSearch API Reference
This page was generated from content adapted from the AWS Developer Guide
Search API Reference
Important You must URL-encode special characters in the query string. For example, you must encode the
=
operator in a structured query as%3D
:(term+field%3Dtitle+'star'
). Amazon CloudSearch returns anInvalidQueryString
error if special characters are not URL-encoded. For a complete reference of URL-encodings, see the W3C HTML URL Encoding Reference.Important A domain's document and search endpoints remain the same for the life of the domain. You should cache the endpoints rather than retrieving them before every upload or search request. Querying the Amazon CloudSearch configuration service by calling
aws cloudsearch describe-domains
orDescribeDomains
before every request is likely to result in your requests being throttled.
Last updated