Package | Description |
---|---|
com.amazonaws.services.cloudsearch.model |
Classes modeling the various types represented by AmazonCloudSearch.
|
Modifier and Type | Method and Description |
---|---|
SourceDataMap |
SourceDataMap.addCasesEntry(String key,
String value)
Deprecated.
A map that translates source field values to custom values.
|
SourceDataMap |
SourceDataMap.clearCasesEntries()
Deprecated.
Removes all the entries added into Cases.
|
SourceDataMap |
SourceAttribute.getSourceDataMap()
Deprecated.
Maps source document attribute values to new values when populating
the
IndexField . |
SourceDataMap |
SourceDataMap.withCases(Map<String,String> cases)
Deprecated.
A map that translates source field values to custom values.
|
SourceDataMap |
SourceDataMap.withDefaultValue(String defaultValue)
Deprecated.
The default value to use if the source attribute is not specified in a
document.
|
SourceDataMap |
SourceDataMap.withSourceName(String sourceName)
Deprecated.
The name of the document source field to add to this
IndexField . |
Modifier and Type | Method and Description |
---|---|
void |
SourceAttribute.setSourceDataMap(SourceDataMap sourceDataMap)
Deprecated.
Maps source document attribute values to new values when populating
the
IndexField . |
SourceAttribute |
SourceAttribute.withSourceDataMap(SourceDataMap sourceDataMap)
Deprecated.
Maps source document attribute values to new values when populating
the
IndexField . |
Copyright © 2014. All rights reserved.