Uses of Class
com.amazonaws.services.cloudsearchv2.model.LiteralArrayOptions
-
Packages that use LiteralArrayOptions Package Description com.amazonaws.services.cloudsearchv2.model -
-
Uses of LiteralArrayOptions in com.amazonaws.services.cloudsearchv2.model
Methods in com.amazonaws.services.cloudsearchv2.model that return LiteralArrayOptions Modifier and Type Method Description LiteralArrayOptionsLiteralArrayOptions. clone()LiteralArrayOptionsIndexField. getLiteralArrayOptions()LiteralArrayOptionsLiteralArrayOptions. withDefaultValue(String defaultValue)A value to use for the field if the field isn't specified for a document.LiteralArrayOptionsLiteralArrayOptions. withFacetEnabled(Boolean facetEnabled)Whether facet information can be returned for the field.LiteralArrayOptionsLiteralArrayOptions. withReturnEnabled(Boolean returnEnabled)Whether the contents of the field can be returned in the search results.LiteralArrayOptionsLiteralArrayOptions. withSearchEnabled(Boolean searchEnabled)Whether the contents of the field are searchable.LiteralArrayOptionsLiteralArrayOptions. withSourceFields(String sourceFields)A list of source fields to map to the field.Methods in com.amazonaws.services.cloudsearchv2.model with parameters of type LiteralArrayOptions Modifier and Type Method Description voidIndexField. setLiteralArrayOptions(LiteralArrayOptions literalArrayOptions)IndexFieldIndexField. withLiteralArrayOptions(LiteralArrayOptions literalArrayOptions)
-