| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudsearch.model |
| Modifier and Type | Method and Description |
|---|---|
TextOptions.Builder |
TextOptions.Builder.analysisScheme(String analysisScheme)
The name of an analysis scheme for a
text field. |
static TextOptions.Builder |
TextOptions.builder() |
TextOptions.Builder |
TextOptions.Builder.defaultValue(String defaultValue)
A value to use for the field if the field isn't specified for a document.
|
TextOptions.Builder |
TextOptions.Builder.highlightEnabled(Boolean highlightEnabled)
Whether highlights can be returned for the field.
|
TextOptions.Builder |
TextOptions.Builder.returnEnabled(Boolean returnEnabled)
Whether the contents of the field can be returned in the search results.
|
TextOptions.Builder |
TextOptions.Builder.sortEnabled(Boolean sortEnabled)
Whether the field can be used to sort the search results.
|
TextOptions.Builder |
TextOptions.Builder.sourceField(String sourceField)
Sets the value of the SourceField property for this object.
|
TextOptions.Builder |
TextOptions.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TextOptions.Builder> |
TextOptions.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default IndexField.Builder |
IndexField.Builder.textOptions(Consumer<TextOptions.Builder> textOptions)
Sets the value of the TextOptions property for this object.
|
Copyright © 2022. All rights reserved.