Package | Description |
---|---|
com.amazonaws.services.cloudsearch.model |
Classes modeling the various types represented by AmazonCloudSearch.
|
Modifier and Type | Method and Description |
---|---|
SourceAttribute |
SourceAttribute.withSourceDataCopy(SourceData sourceDataCopy)
Deprecated.
Copies data from a source document attribute to an
IndexField . |
SourceAttribute |
SourceAttribute.withSourceDataFunction(SourceDataFunction sourceDataFunction)
Deprecated.
Identifies the transformation to apply when copying data from a source
attribute.
|
SourceAttribute |
SourceAttribute.withSourceDataFunction(String sourceDataFunction)
Deprecated.
Identifies the transformation to apply when copying data from a source
attribute.
|
SourceAttribute |
SourceAttribute.withSourceDataMap(SourceDataMap sourceDataMap)
Deprecated.
Maps source document attribute values to new values when populating
the
IndexField . |
SourceAttribute |
SourceAttribute.withSourceDataTrimTitle(SourceDataTrimTitle sourceDataTrimTitle)
Deprecated.
Trims common title words from a source document attribute when
populating an
IndexField . |
Modifier and Type | Method and Description |
---|---|
List<SourceAttribute> |
IndexField.getSourceAttributes()
Deprecated.
An optional list of source attributes that provide data for this index
field.
|
Modifier and Type | Method and Description |
---|---|
IndexField |
IndexField.withSourceAttributes(SourceAttribute... sourceAttributes)
Deprecated.
An optional list of source attributes that provide data for this index
field.
|
Modifier and Type | Method and Description |
---|---|
void |
IndexField.setSourceAttributes(Collection<SourceAttribute> sourceAttributes)
Deprecated.
An optional list of source attributes that provide data for this index
field.
|
IndexField |
IndexField.withSourceAttributes(Collection<SourceAttribute> sourceAttributes)
Deprecated.
An optional list of source attributes that provide data for this index
field.
|
Copyright © 2014. All rights reserved.