amazonka-cloudsearch-0.3.1: Amazon CloudSearch SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.CloudSearch.DefineIndexField

Contents

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 DeveloperGuide.

http://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_DefineIndexField.html

Synopsis

Request

Request constructor

defineIndexField Source

DefineIndexField constructor.

The fields accessible through corresponding lenses are:

Request lenses

dif2IndexField :: Lens' DefineIndexField IndexField Source

The index field and field options you want to configure.

Response

Response constructor

Response lenses