@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DoubleOptions extends Object implements Serializable, Cloneable
Options for a double-precision 64-bit floating point field. Present if IndexFieldType
specifies the
field is of type double
. All options are enabled by default.
Constructor and Description |
---|
DoubleOptions() |
Modifier and Type | Method and Description |
---|---|
DoubleOptions |
clone() |
boolean |
equals(Object obj) |
Double |
getDefaultValue()
A value to use for the field if the field isn't specified for a document.
|
Boolean |
getFacetEnabled()
Whether facet information can be returned for the field.
|
Boolean |
getReturnEnabled()
Whether the contents of the field can be returned in the search results.
|
Boolean |
getSearchEnabled()
Whether the contents of the field are searchable.
|
Boolean |
getSortEnabled()
Whether the field can be used to sort the search results.
|
String |
getSourceField()
The name of the source field to map to the field.
|
int |
hashCode() |
Boolean |
isFacetEnabled()
Whether facet information can be returned for the field.
|
Boolean |
isReturnEnabled()
Whether the contents of the field can be returned in the search results.
|
Boolean |
isSearchEnabled()
Whether the contents of the field are searchable.
|
Boolean |
isSortEnabled()
Whether the field can be used to sort the search results.
|
void |
setDefaultValue(Double defaultValue)
A value to use for the field if the field isn't specified for a document.
|
void |
setFacetEnabled(Boolean facetEnabled)
Whether facet information can be returned for the field.
|
void |
setReturnEnabled(Boolean returnEnabled)
Whether the contents of the field can be returned in the search results.
|
void |
setSearchEnabled(Boolean searchEnabled)
Whether the contents of the field are searchable.
|
void |
setSortEnabled(Boolean sortEnabled)
Whether the field can be used to sort the search results.
|
void |
setSourceField(String sourceField)
The name of the source field to map to the field.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DoubleOptions |
withDefaultValue(Double defaultValue)
A value to use for the field if the field isn't specified for a document.
|
DoubleOptions |
withFacetEnabled(Boolean facetEnabled)
Whether facet information can be returned for the field.
|
DoubleOptions |
withReturnEnabled(Boolean returnEnabled)
Whether the contents of the field can be returned in the search results.
|
DoubleOptions |
withSearchEnabled(Boolean searchEnabled)
Whether the contents of the field are searchable.
|
DoubleOptions |
withSortEnabled(Boolean sortEnabled)
Whether the field can be used to sort the search results.
|
DoubleOptions |
withSourceField(String sourceField)
The name of the source field to map to the field.
|
public void setDefaultValue(Double defaultValue)
A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.
defaultValue
- A value to use for the field if the field isn't specified for a document. This can be important if you are
using the field in an expression and that field is not present in every document.public Double getDefaultValue()
A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.
public DoubleOptions withDefaultValue(Double defaultValue)
A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.
defaultValue
- A value to use for the field if the field isn't specified for a document. This can be important if you are
using the field in an expression and that field is not present in every document.public void setSourceField(String sourceField)
The name of the source field to map to the field.
sourceField
- The name of the source field to map to the field.public String getSourceField()
The name of the source field to map to the field.
public DoubleOptions withSourceField(String sourceField)
The name of the source field to map to the field.
sourceField
- The name of the source field to map to the field.public void setFacetEnabled(Boolean facetEnabled)
Whether facet information can be returned for the field.
facetEnabled
- Whether facet information can be returned for the field.public Boolean getFacetEnabled()
Whether facet information can be returned for the field.
public DoubleOptions withFacetEnabled(Boolean facetEnabled)
Whether facet information can be returned for the field.
facetEnabled
- Whether facet information can be returned for the field.public Boolean isFacetEnabled()
Whether facet information can be returned for the field.
public void setSearchEnabled(Boolean searchEnabled)
Whether the contents of the field are searchable.
searchEnabled
- Whether the contents of the field are searchable.public Boolean getSearchEnabled()
Whether the contents of the field are searchable.
public DoubleOptions withSearchEnabled(Boolean searchEnabled)
Whether the contents of the field are searchable.
searchEnabled
- Whether the contents of the field are searchable.public Boolean isSearchEnabled()
Whether the contents of the field are searchable.
public void setReturnEnabled(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.public Boolean getReturnEnabled()
Whether the contents of the field can be returned in the search results.
public DoubleOptions withReturnEnabled(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.public Boolean isReturnEnabled()
Whether the contents of the field can be returned in the search results.
public void setSortEnabled(Boolean sortEnabled)
Whether the field can be used to sort the search results.
sortEnabled
- Whether the field can be used to sort the search results.public Boolean getSortEnabled()
Whether the field can be used to sort the search results.
public DoubleOptions withSortEnabled(Boolean sortEnabled)
Whether the field can be used to sort the search results.
sortEnabled
- Whether the field can be used to sort the search results.public Boolean isSortEnabled()
Whether the field can be used to sort the search results.
public String toString()
toString
in class Object
Object.toString()
public DoubleOptions clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.