CopyableBuilder<IndexField.Builder,IndexField>, SdkBuilder<IndexField.Builder,IndexField>public static interface IndexField.Builder extends CopyableBuilder<IndexField.Builder,IndexField>
copyapply, buildIndexField.Builder indexFieldName(String 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 score is reserved and cannot be used as a field name. To reference a document's ID, you
can use the name _id.
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 score is reserved and cannot be used as a field name. To reference a document's
ID, you can use the name _id.
IndexField.Builder indexFieldType(String indexFieldType)
indexFieldType - IndexFieldTypeIndexField.Builder indexFieldType(IndexFieldType indexFieldType)
indexFieldType - IndexFieldTypeIndexField.Builder intOptions(IntOptions intOptions)
intOptions - IndexField.Builder doubleOptions(DoubleOptions doubleOptions)
doubleOptions - IndexField.Builder literalOptions(LiteralOptions literalOptions)
literalOptions - IndexField.Builder textOptions(TextOptions textOptions)
textOptions - IndexField.Builder dateOptions(DateOptions dateOptions)
dateOptions - IndexField.Builder latLonOptions(LatLonOptions latLonOptions)
latLonOptions - IndexField.Builder intArrayOptions(IntArrayOptions intArrayOptions)
intArrayOptions - IndexField.Builder doubleArrayOptions(DoubleArrayOptions doubleArrayOptions)
doubleArrayOptions - IndexField.Builder literalArrayOptions(LiteralArrayOptions literalArrayOptions)
literalArrayOptions - IndexField.Builder textArrayOptions(TextArrayOptions textArrayOptions)
textArrayOptions - IndexField.Builder dateArrayOptions(DateArrayOptions dateArrayOptions)
dateArrayOptions - Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.