[−][src]Crate rusoto_cloudsearchdomain
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.
If you're using the service, you're probably looking for CloudSearchDomainClient and CloudSearchDomain.
Structs
Bucket | A container for facet information. |
BucketInfo | A container for the calculated facet values and counts. |
CloudSearchDomainClient | A client for the Amazon CloudSearch Domain API. |
DocumentServiceWarning | A warning returned by the document service when an issue is discovered while processing an upload request. |
FieldStats | The statistics for a field calculated in the request. |
Hit | Information about a document that matches the search request. |
Hits | The collection of documents that match the search request. |
SearchRequest | Container for the parameters to the |
SearchResponse | The result of a |
SearchStatus | Contains the resource id ( |
SuggestModel | Container for the suggestion information returned in a |
SuggestRequest | Container for the parameters to the |
SuggestResponse | Contains the response to a |
SuggestStatus | Contains the resource id ( |
SuggestionMatch | An autocomplete suggestion that matches the query string specified in a |
UploadDocumentsRequest | Container for the parameters to the |
UploadDocumentsResponse | Contains the response to an |
Enums
SearchError | Errors returned by Search |
SuggestError | Errors returned by Suggest |
UploadDocumentsError | Errors returned by UploadDocuments |
Traits
CloudSearchDomain | Trait representing the capabilities of the Amazon CloudSearch Domain API. Amazon CloudSearch Domain clients implement this trait. |