Package | Description |
---|---|
com.amazonaws.services.cloudsearchv2.model |
Modifier and Type | Method and Description |
---|---|
TextOptions |
TextOptions.clone() |
TextOptions |
IndexField.getTextOptions() |
TextOptions |
TextOptions.withAnalysisScheme(String analysisScheme)
The name of an analysis scheme for a
text field. |
TextOptions |
TextOptions.withDefaultValue(String defaultValue)
A value to use for the field if the field isn't specified for a document.
|
TextOptions |
TextOptions.withHighlightEnabled(Boolean highlightEnabled)
Whether highlights can be returned for the field.
|
TextOptions |
TextOptions.withReturnEnabled(Boolean returnEnabled)
Whether the contents of the field can be returned in the search results.
|
TextOptions |
TextOptions.withSortEnabled(Boolean sortEnabled)
Whether the field can be used to sort the search results.
|
TextOptions |
TextOptions.withSourceField(String sourceField) |
Modifier and Type | Method and Description |
---|---|
void |
IndexField.setTextOptions(TextOptions textOptions) |
IndexField |
IndexField.withTextOptions(TextOptions textOptions) |
Copyright © 2018. All rights reserved.