Package | Description |
---|---|
com.amazonaws.services.cloudsearchv2.model | |
com.amazonaws.services.cloudsearchv2.model.transform |
Modifier and Type | Field and Description |
---|---|
private DateOptions |
IndexField.dateOptions |
Modifier and Type | Method and Description |
---|---|
DateOptions |
DateOptions.clone() |
DateOptions |
IndexField.getDateOptions() |
DateOptions |
DateOptions.withDefaultValue(java.lang.String defaultValue)
A value to use for the field if the field isn't specified for a document.
|
DateOptions |
DateOptions.withFacetEnabled(java.lang.Boolean facetEnabled)
Whether facet information can be returned for the field.
|
DateOptions |
DateOptions.withReturnEnabled(java.lang.Boolean returnEnabled)
Whether the contents of the field can be returned in the search results.
|
DateOptions |
DateOptions.withSearchEnabled(java.lang.Boolean searchEnabled)
Whether the contents of the field are searchable.
|
DateOptions |
DateOptions.withSortEnabled(java.lang.Boolean sortEnabled)
Whether the field can be used to sort the search results.
|
DateOptions |
DateOptions.withSourceField(java.lang.String sourceField) |
Modifier and Type | Method and Description |
---|---|
void |
IndexField.setDateOptions(DateOptions dateOptions) |
IndexField |
IndexField.withDateOptions(DateOptions dateOptions) |
Modifier and Type | Method and Description |
---|---|
DateOptions |
DateOptionsStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |