AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
IndexFieldType.
Namespace: Amazon.CloudSearch.Model
Assembly: AWSSDK.dll
Version: (assembly version)
public class IndexField : Object
The IndexField type exposes the following members
| Name | Description | |
|---|---|---|
|
IndexField() |
| Name | Type | Description | |
|---|---|---|---|
|
DateArrayOptions | Amazon.CloudSearch.Model.DateArrayOptions | Gets and sets the property DateArrayOptions. |
|
DateOptions | Amazon.CloudSearch.Model.DateOptions | Gets and sets the property DateOptions. |
|
DoubleArrayOptions | Amazon.CloudSearch.Model.DoubleArrayOptions | Gets and sets the property DoubleArrayOptions. |
|
DoubleOptions | Amazon.CloudSearch.Model.DoubleOptions | Gets and sets the property DoubleOptions. |
|
IndexFieldName | System.String |
Gets and sets the property IndexFieldName.
A string that represents the name of an index field. CloudSearch supports regular index fields as well as dynamic fields. A dynamic field's name defines a pattern that begins or ends with a wildcard. Any document fields that don't map to a regular index field but do match a dynamic field's pattern are configured with the dynamic field's indexing options. Regular field names begin with a letter and can contain the following characters: a-z (lowercase), 0-9, and _ (underscore). Dynamic field names must begin or end with a wildcard (*). The wildcard can also be the only character in a dynamic field name. Multiple wildcards, and wildcards embedded within a string are not supported.
The name |
|
IndexFieldType | Amazon.CloudSearch.IndexFieldType | Gets and sets the property IndexFieldType. |
|
IntArrayOptions | Amazon.CloudSearch.Model.IntArrayOptions | Gets and sets the property IntArrayOptions. |
|
IntOptions | Amazon.CloudSearch.Model.IntOptions | Gets and sets the property IntOptions. |
|
LatLonOptions | Amazon.CloudSearch.Model.LatLonOptions | Gets and sets the property LatLonOptions. |
|
LiteralArrayOptions | Amazon.CloudSearch.Model.LiteralArrayOptions | Gets and sets the property LiteralArrayOptions. |
|
LiteralOptions | Amazon.CloudSearch.Model.LiteralOptions | Gets and sets the property LiteralOptions. |
|
TextArrayOptions | Amazon.CloudSearch.Model.TextArrayOptions | Gets and sets the property TextArrayOptions. |
|
TextOptions | Amazon.CloudSearch.Model.TextOptions | Gets and sets the property TextOptions. |
.NET Framework:
Supported in: 4.5, 4.0, 3.5
.NET for Windows Store apps:
Supported in: Windows 8