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