Uses of Class
com.amazonaws.services.cloudsearchv2.model.TextOptions
Packages that use TextOptions
-
Uses of TextOptions in com.amazonaws.services.cloudsearchv2.model
Methods in com.amazonaws.services.cloudsearchv2.model that return TextOptionsModifier and TypeMethodDescriptionTextOptions.clone()
IndexField.getTextOptions()
TextOptions.withAnalysisScheme
(String analysisScheme) The name of an analysis scheme for atext
field.TextOptions.withDefaultValue
(String defaultValue) A value to use for the field if the field isn't specified for a document.TextOptions.withHighlightEnabled
(Boolean highlightEnabled) Whether highlights can be returned for the field.TextOptions.withReturnEnabled
(Boolean returnEnabled) Whether the contents of the field can be returned in the search results.TextOptions.withSortEnabled
(Boolean sortEnabled) Whether the field can be used to sort the search results.TextOptions.withSourceField
(String sourceField) Methods in com.amazonaws.services.cloudsearchv2.model with parameters of type TextOptionsModifier and TypeMethodDescriptionvoid
IndexField.setTextOptions
(TextOptions textOptions) IndexField.withTextOptions
(TextOptions textOptions)