Package | Description |
---|---|
com.amazonaws.services.cloudsearch.model |
Classes modeling the various types represented by AmazonCloudSearch.
|
Modifier and Type | Method and Description |
---|---|
IndexField |
DefineIndexFieldRequest.getIndexField()
Deprecated.
Defines a field in the index, including its name, type, and the source
of its data.
|
IndexField |
IndexFieldStatus.getOptions()
Deprecated.
Defines a field in the index, including its name, type, and the source
of its data.
|
IndexField |
IndexField.withIndexFieldName(String indexFieldName)
Deprecated.
The name of a field in the search index.
|
IndexField |
IndexField.withIndexFieldType(IndexFieldType indexFieldType)
Deprecated.
The type of field.
|
IndexField |
IndexField.withIndexFieldType(String indexFieldType)
Deprecated.
The type of field.
|
IndexField |
IndexField.withLiteralOptions(LiteralOptions literalOptions)
Deprecated.
Options for literal field.
|
IndexField |
IndexField.withSourceAttributes(Collection<SourceAttribute> sourceAttributes)
Deprecated.
An optional list of source attributes that provide data for this index
field.
|
IndexField |
IndexField.withSourceAttributes(SourceAttribute... sourceAttributes)
Deprecated.
An optional list of source attributes that provide data for this index
field.
|
IndexField |
IndexField.withTextOptions(TextOptions textOptions)
Deprecated.
Options for text field.
|
IndexField |
IndexField.withUIntOptions(UIntOptions uIntOptions)
Deprecated.
Options for an unsigned integer field.
|
Modifier and Type | Method and Description |
---|---|
void |
DefineIndexFieldRequest.setIndexField(IndexField indexField)
Deprecated.
Defines a field in the index, including its name, type, and the source
of its data.
|
void |
IndexFieldStatus.setOptions(IndexField options)
Deprecated.
Defines a field in the index, including its name, type, and the source
of its data.
|
DefineIndexFieldRequest |
DefineIndexFieldRequest.withIndexField(IndexField indexField)
Deprecated.
Defines a field in the index, including its name, type, and the source
of its data.
|
IndexFieldStatus |
IndexFieldStatus.withOptions(IndexField options)
Deprecated.
Defines a field in the index, including its name, type, and the source
of its data.
|
Copyright © 2014. All rights reserved.