AWS SDK for .NET Documentation
DefineIndexField Method (defineIndexFieldRequest)
AmazonAmazon.CloudSearch_2011_02_01AmazonCloudSearchClientDefineIndexField(DefineIndexFieldRequest) Did this page help you?   Yes   No    Tell us about it...

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.

Declaration Syntax
C#
public DefineIndexFieldResponse DefineIndexField(
	DefineIndexFieldRequest defineIndexFieldRequest
)
Parameters
defineIndexFieldRequest (DefineIndexFieldRequest)
Container for the necessary parameters to execute the DefineIndexField service method on AmazonCloudSearch.
Return Value
The response from the DefineIndexField service method, as returned by AmazonCloudSearch.
Exceptions

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)