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 |
---|---|
SourceDataMap |
SourceDataMap.addCasesEntry(String key,
String value)
A map that translates source field values to custom values.
|
SourceDataMap |
SourceDataMap.clearCasesEntries()
Removes all the entries added into Cases.
|
SourceDataMap |
SourceAttribute.getSourceDataMap()
Maps source document attribute values to new values when populating
the
IndexField . |
SourceDataMap |
SourceDataMap.withCases(Map<String,String> cases)
A map that translates source field values to custom values.
|
SourceDataMap |
SourceDataMap.withDefaultValue(String defaultValue)
The default value to use if the source attribute is not specified in a
document.
|
SourceDataMap |
SourceDataMap.withSourceName(String sourceName)
The name of the document source field to add to this
IndexField . |
Modifier and Type | Method and Description |
---|---|
void |
SourceAttribute.setSourceDataMap(SourceDataMap sourceDataMap)
Maps source document attribute values to new values when populating
the
IndexField . |
SourceAttribute |
SourceAttribute.withSourceDataMap(SourceDataMap sourceDataMap)
Maps source document attribute values to new values when populating
the
IndexField . |
Modifier and Type | Method and Description |
---|---|
SourceDataMap |
SourceDataMapStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Copyright © 2016. All rights reserved.