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 LiteralOptionsLiteralOptions. clone()LiteralOptionsIndexField. getLiteralOptions()LiteralOptionsLiteralOptions. withDefaultValue(String defaultValue)A value to use for the field if the field isn't specified for a document.LiteralOptionsLiteralOptions. withFacetEnabled(Boolean facetEnabled)Whether facet information can be returned for the field.LiteralOptionsLiteralOptions. withReturnEnabled(Boolean returnEnabled)Whether the contents of the field can be returned in the search results.LiteralOptionsLiteralOptions. withSearchEnabled(Boolean searchEnabled)Whether the contents of the field are searchable.LiteralOptionsLiteralOptions. withSortEnabled(Boolean sortEnabled)Whether the field can be used to sort the search results.LiteralOptionsLiteralOptions. withSourceField(String sourceField)Methods in com.amazonaws.services.cloudsearchv2.model with parameters of type LiteralOptions Modifier and Type Method Description voidIndexField. setLiteralOptions(LiteralOptions literalOptions)IndexFieldIndexField. withLiteralOptions(LiteralOptions literalOptions)
-