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