Package | Description |
---|---|
com.amazonaws.services.cloudsearchv2.model |
Classes modeling the various types represented by AmazonCloudSearchv2.
|
Modifier and Type | Method and Description |
---|---|
TextArrayOptions |
IndexField.getTextArrayOptions()
Options for a field that contains an array of text strings.
|
TextArrayOptions |
TextArrayOptions.withAnalysisScheme(String analysisScheme)
The name of an analysis scheme for a
text-array field. |
TextArrayOptions |
TextArrayOptions.withDefaultValue(String defaultValue)
A value to use for the field if the field isn't specified for a
document.
|
TextArrayOptions |
TextArrayOptions.withHighlightEnabled(Boolean highlightEnabled)
Whether highlights can be returned for the field.
|
TextArrayOptions |
TextArrayOptions.withReturnEnabled(Boolean returnEnabled)
Whether the contents of the field can be returned in the search
results.
|
TextArrayOptions |
TextArrayOptions.withSourceFields(String sourceFields)
A list of source fields to map to the field.
|
Modifier and Type | Method and Description |
---|---|
void |
IndexField.setTextArrayOptions(TextArrayOptions textArrayOptions)
Options for a field that contains an array of text strings.
|
IndexField |
IndexField.withTextArrayOptions(TextArrayOptions textArrayOptions)
Options for a field that contains an array of text strings.
|
Copyright © 2014. All rights reserved.