Uses of Class
com.amazonaws.services.cloudsearchv2.model.TextArrayOptions
Packages that use TextArrayOptions
-
Uses of TextArrayOptions in com.amazonaws.services.cloudsearchv2.model
Methods in com.amazonaws.services.cloudsearchv2.model that return TextArrayOptionsModifier and TypeMethodDescriptionTextArrayOptions.clone()IndexField.getTextArrayOptions()TextArrayOptions.withAnalysisScheme(String analysisScheme) The name of an analysis scheme for atext-arrayfield.TextArrayOptions.withDefaultValue(String defaultValue) A value to use for the field if the field isn't specified for a document.TextArrayOptions.withHighlightEnabled(Boolean highlightEnabled) Whether highlights can be returned for the field.TextArrayOptions.withReturnEnabled(Boolean returnEnabled) Whether the contents of the field can be returned in the search results.TextArrayOptions.withSourceFields(String sourceFields) A list of source fields to map to the field.Methods in com.amazonaws.services.cloudsearchv2.model with parameters of type TextArrayOptionsModifier and TypeMethodDescriptionvoidIndexField.setTextArrayOptions(TextArrayOptions textArrayOptions) IndexField.withTextArrayOptions(TextArrayOptions textArrayOptions)