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