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