Uses of Class
com.amazonaws.services.cloudsearchv2.model.LiteralOptions
-
Packages that use LiteralOptions Package Description com.amazonaws.services.cloudsearchv2.model -
-
Uses of LiteralOptions in com.amazonaws.services.cloudsearchv2.model
Methods in com.amazonaws.services.cloudsearchv2.model that return LiteralOptions Modifier and Type Method Description LiteralOptions
LiteralOptions. clone()
LiteralOptions
IndexField. getLiteralOptions()
LiteralOptions
LiteralOptions. withDefaultValue(String defaultValue)
A value to use for the field if the field isn't specified for a document.LiteralOptions
LiteralOptions. withFacetEnabled(Boolean facetEnabled)
Whether facet information can be returned for the field.LiteralOptions
LiteralOptions. withReturnEnabled(Boolean returnEnabled)
Whether the contents of the field can be returned in the search results.LiteralOptions
LiteralOptions. withSearchEnabled(Boolean searchEnabled)
Whether the contents of the field are searchable.LiteralOptions
LiteralOptions. withSortEnabled(Boolean sortEnabled)
Whether the field can be used to sort the search results.LiteralOptions
LiteralOptions. withSourceField(String sourceField)
Methods in com.amazonaws.services.cloudsearchv2.model with parameters of type LiteralOptions Modifier and Type Method Description void
IndexField. setLiteralOptions(LiteralOptions literalOptions)
IndexField
IndexField. withLiteralOptions(LiteralOptions literalOptions)
-