paws.analytics (version 0.1.0)

cloudsearch_delete_index_field: Removes an IndexField from the search domain

Description

Removes an <a>IndexField</a> from the search domain. For more information, see Configuring Index Fields in the Amazon CloudSearch Developer Guide.

Usage

cloudsearch_delete_index_field(DomainName, IndexFieldName)

Arguments

DomainName

[required]

IndexFieldName

[required] The name of the index field your want to remove from the domain's indexing options.

Request syntax

svc$delete_index_field(
  DomainName = "string",
  IndexFieldName = "string"
)