Package | Description |
---|---|
com.amazonaws.services.cloudsearch.model |
Classes modeling the various types represented by AmazonCloudSearch.
|
Modifier and Type | Method and Description |
---|---|
SourceDataTrimTitle |
SourceAttribute.getSourceDataTrimTitle()
Deprecated.
Trims common title words from a source document attribute when
populating an
IndexField . |
SourceDataTrimTitle |
SourceDataTrimTitle.withDefaultValue(String defaultValue)
Deprecated.
The default value to use if the source attribute is not specified in a
document.
|
SourceDataTrimTitle |
SourceDataTrimTitle.withLanguage(String language)
Deprecated.
An IETF RFC 4646
language code.
|
SourceDataTrimTitle |
SourceDataTrimTitle.withSeparator(String separator)
Deprecated.
The separator that follows the text to trim.
|
SourceDataTrimTitle |
SourceDataTrimTitle.withSourceName(String sourceName)
Deprecated.
The name of the document source field to add to this
IndexField . |
Modifier and Type | Method and Description |
---|---|
void |
SourceAttribute.setSourceDataTrimTitle(SourceDataTrimTitle sourceDataTrimTitle)
Deprecated.
Trims common title words from a source document attribute when
populating an
IndexField . |
SourceAttribute |
SourceAttribute.withSourceDataTrimTitle(SourceDataTrimTitle sourceDataTrimTitle)
Deprecated.
Trims common title words from a source document attribute when
populating an
IndexField . |
Copyright © 2014. All rights reserved.