# Packages
Package cloudsearchdomainiface provides an interface to enable mocking the Amazon CloudSearch Domain service client for testing your code.
# Functions
ContentType_Values returns all elements of the ContentType enum.
New creates a new instance of the CloudSearchDomain client with a session.
QueryParser_Values returns all elements of the QueryParser enum.
# Constants
ContentTypeApplicationJson is a ContentType enum value.
ContentTypeApplicationXml is a ContentType enum value.
ID to lookup a service endpoint with.
ErrCodeDocumentServiceException for service response error code "DocumentServiceException".
ErrCodeSearchException for service response error code "SearchException".
QueryParserDismax is a QueryParser enum value.
QueryParserLucene is a QueryParser enum value.
QueryParserSimple is a QueryParser enum value.
QueryParserStructured is a QueryParser enum value.
ServiceID is a unique identifier of a specific service.
Name of service.
# Structs
A container for facet information.
A container for the calculated facet values and counts.
CloudSearchDomain provides the API operation methods for making requests to Amazon CloudSearch Domain.
Information about any problems encountered while processing an upload request.
A warning returned by the document service when an issue is discovered while processing an upload request.
The statistics for a field calculated in the request.
Information about a document that matches the search request.
The collection of documents that match the search request.
Information about any problems encountered while processing a search request.
Container for the parameters to the Search request.
The result of a Search request.
Contains the resource id (rid) and the time it took to process the request (timems).
Container for the parameters to the Suggest request.
An autocomplete suggestion that matches the query string specified in a SuggestRequest.
Container for the suggestion information returned in a SuggestResponse.
Contains the response to a Suggest request.
Contains the resource id (rid) and the time it took to process the request (timems).
Container for the parameters to the UploadDocuments request.
Contains the response to an UploadDocuments request.