cloudsearch_define_index_field: Configures an IndexField for the search domain

View source: R/cloudsearch_operations.R

cloudsearch_define_index_fieldR Documentation

Configures an IndexField for the search domain

Description

Configures an IndexField for the search domain. Used to create new fields and modify existing ones. You must specify the name of the domain you are configuring and an index field configuration. The index field configuration specifies a unique name, the index field type, and the options you want to configure for the field. The options you can specify depend on the IndexFieldType. If the field exists, the new configuration replaces the old one. For more information, see Configuring Index Fields in the Amazon CloudSearch Developer Guide.

See https://www.paws-r-sdk.com/docs/cloudsearch_define_index_field/ for full documentation.

Usage

cloudsearch_define_index_field(DomainName, IndexField)

Arguments

DomainName

[required]

IndexField

[required] The index field and field options you want to configure.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.