| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudsearch.model |
| Modifier and Type | Method and Description |
|---|---|
static DoubleOptions.Builder |
DoubleOptions.builder() |
DoubleOptions.Builder |
DoubleOptions.Builder.defaultValue(Double defaultValue)
A value to use for the field if the field isn't specified for a document.
|
DoubleOptions.Builder |
DoubleOptions.Builder.facetEnabled(Boolean facetEnabled)
Whether facet information can be returned for the field.
|
DoubleOptions.Builder |
DoubleOptions.Builder.returnEnabled(Boolean returnEnabled)
Whether the contents of the field can be returned in the search results.
|
DoubleOptions.Builder |
DoubleOptions.Builder.searchEnabled(Boolean searchEnabled)
Whether the contents of the field are searchable.
|
DoubleOptions.Builder |
DoubleOptions.Builder.sortEnabled(Boolean sortEnabled)
Whether the field can be used to sort the search results.
|
DoubleOptions.Builder |
DoubleOptions.Builder.sourceField(String sourceField)
The name of the source field to map to the field.
|
DoubleOptions.Builder |
DoubleOptions.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DoubleOptions.Builder> |
DoubleOptions.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default IndexField.Builder |
IndexField.Builder.doubleOptions(Consumer<DoubleOptions.Builder> doubleOptions)
Sets the value of the DoubleOptions property for this object.
|
Copyright © 2023. All rights reserved.