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