amazonka-cloudsearch-1.3.4: Amazon CloudSearch SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
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 Developer Guide.

See: AWS API Reference for DefineIndexField.

Synopsis

Creating a Request

defineIndexField Source

Creates a value of DefineIndexField with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

defeIndexField :: Lens' DefineIndexField IndexField Source

The index field and field options you want to configure.

Destructuring the Response

defineIndexFieldResponse Source

Creates a value of DefineIndexFieldResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses