| 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 |
|---|---|
SourceDataTrimTitle |
SourceAttribute.getSourceDataTrimTitle()
Trims common title words from a source document attribute when
populating an
IndexField. |
SourceDataTrimTitle |
SourceDataTrimTitle.withDefaultValue(String defaultValue)
The default value to use if the source attribute is not specified in a
document.
|
SourceDataTrimTitle |
SourceDataTrimTitle.withLanguage(String language)
An IETF RFC 4646
language code.
|
SourceDataTrimTitle |
SourceDataTrimTitle.withSeparator(String separator)
The separator that follows the text to trim.
|
SourceDataTrimTitle |
SourceDataTrimTitle.withSourceName(String sourceName)
The name of the document source field to add to this
IndexField. |
| Modifier and Type | Method and Description |
|---|---|
void |
SourceAttribute.setSourceDataTrimTitle(SourceDataTrimTitle sourceDataTrimTitle)
Trims common title words from a source document attribute when
populating an
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 |
|---|---|
SourceDataTrimTitle |
SourceDataTrimTitleStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Copyright © 2016. All rights reserved.