Package | Description |
---|---|
com.amazonaws.services.cloudsearchv2.model |
Classes modeling the various types represented by AmazonCloudSearchv2.
|
Modifier and Type | Method and Description |
---|---|
IndexField |
DefineIndexFieldRequest.getIndexField()
The index field and field options you want to configure.
|
IndexField |
IndexFieldStatus.getOptions()
Configuration information for a field in the index, including its
name, type, and options.
|
IndexField |
IndexField.withDateArrayOptions(DateArrayOptions dateArrayOptions)
Options for a field that contains an array of dates.
|
IndexField |
IndexField.withDateOptions(DateOptions dateOptions)
Options for a date field.
|
IndexField |
IndexField.withDoubleArrayOptions(DoubleArrayOptions doubleArrayOptions)
Options for a field that contains an array of double-precision 64-bit
floating point values.
|
IndexField |
IndexField.withDoubleOptions(DoubleOptions doubleOptions)
Options for a double-precision 64-bit floating point field.
|
IndexField |
IndexField.withIndexFieldName(String indexFieldName)
The name of a field in the search index.
|
IndexField |
IndexField.withIndexFieldType(IndexFieldType indexFieldType)
The type of field.
|
IndexField |
IndexField.withIndexFieldType(String indexFieldType)
The type of field.
|
IndexField |
IndexField.withIntArrayOptions(IntArrayOptions intArrayOptions)
Options for a field that contains an array of 64-bit signed integers.
|
IndexField |
IndexField.withIntOptions(IntOptions intOptions)
Options for a 64-bit signed integer field.
|
IndexField |
IndexField.withLatLonOptions(LatLonOptions latLonOptions)
Options for a latlon field.
|
IndexField |
IndexField.withLiteralArrayOptions(LiteralArrayOptions literalArrayOptions)
Options for a field that contains an array of literal strings.
|
IndexField |
IndexField.withLiteralOptions(LiteralOptions literalOptions)
Options for literal field.
|
IndexField |
IndexField.withTextArrayOptions(TextArrayOptions textArrayOptions)
Options for a field that contains an array of text strings.
|
IndexField |
IndexField.withTextOptions(TextOptions textOptions)
Options for text field.
|
Modifier and Type | Method and Description |
---|---|
void |
DefineIndexFieldRequest.setIndexField(IndexField indexField)
The index field and field options you want to configure.
|
void |
IndexFieldStatus.setOptions(IndexField options)
Configuration information for a field in the index, including its
name, type, and options.
|
DefineIndexFieldRequest |
DefineIndexFieldRequest.withIndexField(IndexField indexField)
The index field and field options you want to configure.
|
IndexFieldStatus |
IndexFieldStatus.withOptions(IndexField options)
Configuration information for a field in the index, including its
name, type, and options.
|
Copyright © 2014. All rights reserved.