Package | Description |
---|---|
com.amazonaws.services.cloudsearchv2.model | |
com.amazonaws.services.cloudsearchv2.model.transform |
Modifier and Type | Field and Description |
---|---|
private DateArrayOptions |
IndexField.dateArrayOptions |
Modifier and Type | Method and Description |
---|---|
DateArrayOptions |
DateArrayOptions.clone() |
DateArrayOptions |
IndexField.getDateArrayOptions() |
DateArrayOptions |
DateArrayOptions.withDefaultValue(java.lang.String defaultValue)
A value to use for the field if the field isn't specified for a document.
|
DateArrayOptions |
DateArrayOptions.withFacetEnabled(java.lang.Boolean facetEnabled)
Whether facet information can be returned for the field.
|
DateArrayOptions |
DateArrayOptions.withReturnEnabled(java.lang.Boolean returnEnabled)
Whether the contents of the field can be returned in the search results.
|
DateArrayOptions |
DateArrayOptions.withSearchEnabled(java.lang.Boolean searchEnabled)
Whether the contents of the field are searchable.
|
DateArrayOptions |
DateArrayOptions.withSourceFields(java.lang.String sourceFields)
A list of source fields to map to the field.
|
Modifier and Type | Method and Description |
---|---|
void |
IndexField.setDateArrayOptions(DateArrayOptions dateArrayOptions) |
IndexField |
IndexField.withDateArrayOptions(DateArrayOptions dateArrayOptions) |
Modifier and Type | Method and Description |
---|---|
DateArrayOptions |
DateArrayOptionsStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |