
C# |
namespace Amazon.CloudSearch_2011_02_01.Model

All Types | Classes |
Icon | Type | Description |
---|---|---|
![]() | AccessPoliciesStatus | A PolicyDocument that specifies access policies for the search domain's services, and the current status of those policies. |
![]() | BaseException |
AmazonCloudSearch exception
|
![]() | CreateDomainRequest |
Container for the parameters to the CreateDomain operation.
Creates a new search domain. |
![]() | CreateDomainResponse |
Returns information about the CreateDomainResult response and response metadata.
|
![]() | CreateDomainResult | A response message that contains the status of a newly created domain. |
![]() | DefaultSearchFieldStatus | The value of the DefaultSearchField configured for this search domain and its current status. |
![]() | DefineIndexFieldRequest |
Container for the parameters to the DefineIndexField operation.
Configures an IndexField for the search domain. Used to create new fields and modify existing ones. If the field exists, the new configuration replaces the old one. You can configure a maximum of 200 index fields. |
![]() | DefineIndexFieldResponse |
Returns information about the DefineIndexFieldResult response and response metadata.
|
![]() | DefineIndexFieldResult | A response message that contains the status of an updated index field. |
![]() | DefineRankExpressionRequest |
Container for the parameters to the DefineRankExpression operation.
Configures a RankExpression for the search domain. Used to create new rank expressions and modify existing ones. If the expression exists, the new configuration replaces the old one. You can configure a maximum of 50 rank expressions. |
![]() | DefineRankExpressionResponse |
Returns information about the DefineRankExpressionResult response and response metadata.
|
![]() | DefineRankExpressionResult | A response message that contains the status of an updated RankExpression . |
![]() | DeleteDomainRequest |
Container for the parameters to the DeleteDomain operation.
Permanently deletes a search domain and all of its data. |
![]() | DeleteDomainResponse |
Returns information about the DeleteDomainResult response and response metadata.
|
![]() | DeleteDomainResult | A response message that contains the status of a newly deleted domain, or no status if the domain has already been completely deleted. |
![]() | DeleteIndexFieldRequest |
Container for the parameters to the DeleteIndexField operation.
Removes an IndexField from the search domain. |
![]() | DeleteIndexFieldResponse |
Returns information about the DeleteIndexFieldResult response and response metadata.
|
![]() | DeleteIndexFieldResult | A response message that contains the status of a deleted index field. |
![]() | DeleteRankExpressionRequest |
Container for the parameters to the DeleteRankExpression operation.
Removes a RankExpression from the search domain. |
![]() | DeleteRankExpressionResponse |
Returns information about the DeleteRankExpressionResult response and response metadata.
|
![]() | DeleteRankExpressionResult | A response message that contains the status of a deleted RankExpression . |
![]() | DescribeDefaultSearchFieldRequest |
Container for the parameters to the DescribeDefaultSearchField operation.
Gets the default search field configured for the search domain. |
![]() | DescribeDefaultSearchFieldResponse |
Returns information about the DescribeDefaultSearchFieldResult response and response metadata.
|
![]() | DescribeDefaultSearchFieldResult | A response message that contains the default search field for a search domain. |
![]() | DescribeDomainsRequest |
Container for the parameters to the DescribeDomains operation.
Gets information about the search domains owned by this account. Can be limited to specific domains. Shows all domains by default. |
![]() | DescribeDomainsResponse |
Returns information about the DescribeDomainsResult response and response metadata.
|
![]() | DescribeDomainsResult | A response message that contains the status of one or more domains. |
![]() | DescribeIndexFieldsRequest |
Container for the parameters to the DescribeIndexFields operation.
Gets information about the index fields configured for the search domain. Can be limited to specific fields by name. Shows all fields by default. |
![]() | DescribeIndexFieldsResponse |
Returns information about the DescribeIndexFieldsResult response and response metadata.
|
![]() | DescribeIndexFieldsResult | A response message that contains the index fields for a search domain. |
![]() | DescribeRankExpressionsRequest |
Container for the parameters to the DescribeRankExpressions operation.
Gets the rank expressions configured for the search domain. Can be limited to specific rank expressions by name. Shows all rank expressions by default. |
![]() | DescribeRankExpressionsResponse |
Returns information about the DescribeRankExpressionsResult response and response metadata.
|
![]() | DescribeRankExpressionsResult | A response message that contains the rank expressions for a search domain. |
![]() | DescribeServiceAccessPoliciesRequest |
Container for the parameters to the DescribeServiceAccessPolicies operation.
Gets information about the resource-based policies that control access to the domain's document and search services. |
![]() | DescribeServiceAccessPoliciesResponse |
Returns information about the DescribeServiceAccessPoliciesResult response and response metadata.
|
![]() | DescribeServiceAccessPoliciesResult | A response message that contains the access policies for a domain. |
![]() | DescribeStemmingOptionsRequest |
Container for the parameters to the DescribeStemmingOptions operation.
Gets the stemming dictionary configured for the search domain. |
![]() | DescribeStemmingOptionsResponse |
Returns information about the DescribeStemmingOptionsResult response and response metadata.
|
![]() | DescribeStemmingOptionsResult | A response message that contains the stemming options for a search domain. |
![]() | DescribeStopwordOptionsRequest |
Container for the parameters to the DescribeStopwordOptions operation.
Gets the stopwords configured for the search domain. |
![]() | DescribeStopwordOptionsResponse |
Returns information about the DescribeStopwordOptionsResult response and response metadata.
|
![]() | DescribeStopwordOptionsResult | A response message that contains the stopword options for a search domain. |
![]() | DescribeSynonymOptionsRequest |
Container for the parameters to the DescribeSynonymOptions operation.
Gets the synonym dictionary configured for the search domain. |
![]() | DescribeSynonymOptionsResponse |
Returns information about the DescribeSynonymOptionsResult response and response metadata.
|
![]() | DescribeSynonymOptionsResult | A response message that contains the synonym options for a search domain. |
![]() | DomainStatus | The current status of the search domain. |
![]() | IndexDocumentsRequest |
Container for the parameters to the IndexDocuments operation.
Tells the search domain to start indexing its documents using the latest text processing options and IndexFields . This operation must be invoked to make options whose OptionStatus has OptionState of RequiresIndexDocuments visible in search results. |
![]() | IndexDocumentsResponse |
Returns information about the IndexDocumentsResult response and response metadata.
|
![]() | IndexDocumentsResult | The result of an IndexDocuments action. |
![]() | IndexField | Defines a field in the index, including its name, type, and the source of its data. The IndexFieldType indicates which of the options will be present. It is invalid to specify options for a type other than the IndexFieldType . |
![]() | IndexFieldStatus | The value of an IndexField and its current status. |
![]() | InternalException |
AmazonCloudSearch exception
|
![]() | InvalidTypeException |
AmazonCloudSearch exception
|
![]() | LimitExceededException |
AmazonCloudSearch exception
|
![]() | LiteralOptions | Options that define a literal field in the search index. |
![]() | NamedRankExpression | A named expression that can be evaluated at search time and used for ranking or thresholding in a search query. |
![]() | OptionStatus | The status of an option, including when it was last updated and whether it is actively in use for searches. |
![]() | RankExpressionStatus | The value of a RankExpression and its current status. |
![]() | ResourceNotFoundException |
AmazonCloudSearch exception
|
![]() | ServiceEndpoint | The endpoint to which service requests can be submitted, including the actual URL prefix for sending requests and the Amazon Resource Name (ARN) so the endpoint can be referenced in other API calls such as UpdateServiceAccessPolicies. |
![]() | SourceAttribute | Identifies the source data for an index field. An optional data transformation can be applied to the source data when populating the index field. By default, the value of the source attribute is copied to the index field. |
![]() | SourceData | The source attribute name and an optional default value to use if a document doesn't have an attribute of that name. |
![]() | SourceDataMap | Specifies how to map source attribute values to custom values when populating an IndexField . |
![]() | SourceDataTrimTitle | Specifies how to trim common words from the beginning of a field to enable title sorting by that field. |
![]() | StemmingOptionsStatus | The stemming options configured for this search domain and the current status of those options. |
![]() | StopwordOptionsStatus | The stopword options configured for this search domain and the current status of those options. |
![]() | SynonymOptionsStatus | The synonym options configured for this search domain and the current status of those options. |
![]() | TextOptions | Options that define a text field in the search index. |
![]() | UIntOptions | Options that define a uint field in the search index. |
![]() | UpdateDefaultSearchFieldRequest |
Container for the parameters to the UpdateDefaultSearchField operation.
Configures the default search field for the search domain. The default search field is the text field that is searched when a search request does not specify which fields to search. By default, it is configured to include the contents of all of the domain's text fields. |
![]() | UpdateDefaultSearchFieldResponse |
Returns information about the UpdateDefaultSearchFieldResult response and response metadata.
|
![]() | UpdateDefaultSearchFieldResult | A response message that contains the status of an updated default search field. |
![]() | UpdateServiceAccessPoliciesRequest |
Container for the parameters to the UpdateServiceAccessPolicies operation.
Configures the policies that control access to the domain's document and search services. The maximum size of an access policy document is 100 KB. |
![]() | UpdateServiceAccessPoliciesResponse |
Returns information about the UpdateServiceAccessPoliciesResult response and response metadata.
|
![]() | UpdateServiceAccessPoliciesResult | A response message that contains the status of updated access policies. |
![]() | UpdateStemmingOptionsRequest |
Container for the parameters to the UpdateStemmingOptions operation.
Configures a stemming dictionary for the search domain. The stemming dictionary is used during indexing and when processing search requests. The maximum size of the stemming dictionary is 500 KB. |
![]() | UpdateStemmingOptionsResponse |
Returns information about the UpdateStemmingOptionsResult response and response metadata.
|
![]() | UpdateStemmingOptionsResult | A response message that contains the status of updated stemming options. |
![]() | UpdateStopwordOptionsRequest |
Container for the parameters to the UpdateStopwordOptions operation.
Configures stopwords for the search domain. Stopwords are used during indexing and when processing search requests. The maximum size of the stopwords dictionary is 10 KB. |
![]() | UpdateStopwordOptionsResponse |
Returns information about the UpdateStopwordOptionsResult response and response metadata.
|
![]() | UpdateStopwordOptionsResult | A response message that contains the status of updated stopword options. |
![]() | UpdateSynonymOptionsRequest |
Container for the parameters to the UpdateSynonymOptions operation.
Configures a synonym dictionary for the search domain. The synonym dictionary is used during indexing to configure mappings for terms that occur in text fields. The maximum size of the synonym dictionary is 100 KB. |
![]() | UpdateSynonymOptionsResponse |
Returns information about the UpdateSynonymOptionsResult response and response metadata.
|
![]() | UpdateSynonymOptionsResult | A response message that contains the status of updated synonym options. |