|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SourceAttribute | |
---|---|
com.amazonaws.services.cloudsearch.model | Classes modeling the various types represented by AmazonCloudSearch. |
Uses of SourceAttribute in com.amazonaws.services.cloudsearch.model |
---|
Methods in com.amazonaws.services.cloudsearch.model that return SourceAttribute | |
---|---|
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 . |
Methods in com.amazonaws.services.cloudsearch.model that return types with arguments of type SourceAttribute | |
---|---|
List<SourceAttribute> |
IndexField.getSourceAttributes()
Deprecated. An optional list of source attributes that provide data for this index field. |
Methods in com.amazonaws.services.cloudsearch.model with parameters of type SourceAttribute | |
---|---|
IndexField |
IndexField.withSourceAttributes(SourceAttribute... sourceAttributes)
Deprecated. An optional list of source attributes that provide data for this index field. |
Method parameters in com.amazonaws.services.cloudsearch.model with type arguments of type SourceAttribute | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |