public static interface DoubleArrayOptions.Builder extends CopyableBuilder<DoubleArrayOptions.Builder,DoubleArrayOptions>
| Modifier and Type | Method and Description |
|---|---|
DoubleArrayOptions.Builder |
defaultValue(Double defaultValue)
A value to use for the field if the field isn't specified for a document.
|
DoubleArrayOptions.Builder |
facetEnabled(Boolean facetEnabled)
Whether facet information can be returned for the field.
|
DoubleArrayOptions.Builder |
returnEnabled(Boolean returnEnabled)
Whether the contents of the field can be returned in the search results.
|
DoubleArrayOptions.Builder |
searchEnabled(Boolean searchEnabled)
Whether the contents of the field are searchable.
|
DoubleArrayOptions.Builder |
sourceFields(String sourceFields)
A list of source fields to map to the field.
|
copyapply, buildDoubleArrayOptions.Builder defaultValue(Double defaultValue)
defaultValue - A value to use for the field if the field isn't specified for a document.DoubleArrayOptions.Builder sourceFields(String sourceFields)
A list of source fields to map to the field.
sourceFields - A list of source fields to map to the field.DoubleArrayOptions.Builder facetEnabled(Boolean facetEnabled)
Whether facet information can be returned for the field.
facetEnabled - Whether facet information can be returned for the field.DoubleArrayOptions.Builder searchEnabled(Boolean searchEnabled)
Whether the contents of the field are searchable.
searchEnabled - Whether the contents of the field are searchable.DoubleArrayOptions.Builder returnEnabled(Boolean returnEnabled)
Whether the contents of the field can be returned in the search results.
returnEnabled - Whether the contents of the field can be returned in the search results.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.