Package | Description |
---|---|
com.amazonaws.services.cloudsearchv2.model | |
com.amazonaws.services.cloudsearchv2.model.transform |
Modifier and Type | Field and Description |
---|---|
private TextArrayOptions |
IndexField.textArrayOptions |
Modifier and Type | Method and Description |
---|---|
TextArrayOptions |
TextArrayOptions.clone() |
TextArrayOptions |
IndexField.getTextArrayOptions() |
TextArrayOptions |
TextArrayOptions.withAnalysisScheme(java.lang.String analysisScheme)
The name of an analysis scheme for a
text-array field. |
TextArrayOptions |
TextArrayOptions.withDefaultValue(java.lang.String defaultValue)
A value to use for the field if the field isn't specified for a document.
|
TextArrayOptions |
TextArrayOptions.withHighlightEnabled(java.lang.Boolean highlightEnabled)
Whether highlights can be returned for the field.
|
TextArrayOptions |
TextArrayOptions.withReturnEnabled(java.lang.Boolean returnEnabled)
Whether the contents of the field can be returned in the search results.
|
TextArrayOptions |
TextArrayOptions.withSourceFields(java.lang.String sourceFields)
A list of source fields to map to the field.
|
Modifier and Type | Method and Description |
---|---|
void |
IndexField.setTextArrayOptions(TextArrayOptions textArrayOptions) |
IndexField |
IndexField.withTextArrayOptions(TextArrayOptions textArrayOptions) |
Modifier and Type | Method and Description |
---|---|
TextArrayOptions |
TextArrayOptionsStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |