Uses of Class
com.amazonaws.services.cloudsearchv2.model.TextArrayOptions
-
Packages that use TextArrayOptions Package Description com.amazonaws.services.cloudsearchv2.model -
-
Uses of TextArrayOptions in com.amazonaws.services.cloudsearchv2.model
Methods in com.amazonaws.services.cloudsearchv2.model that return TextArrayOptions Modifier and Type Method Description TextArrayOptions
TextArrayOptions. clone()
TextArrayOptions
IndexField. getTextArrayOptions()
TextArrayOptions
TextArrayOptions. withAnalysisScheme(String analysisScheme)
The name of an analysis scheme for atext-array
field.TextArrayOptions
TextArrayOptions. withDefaultValue(String defaultValue)
A value to use for the field if the field isn't specified for a document.TextArrayOptions
TextArrayOptions. withHighlightEnabled(Boolean highlightEnabled)
Whether highlights can be returned for the field.TextArrayOptions
TextArrayOptions. withReturnEnabled(Boolean returnEnabled)
Whether the contents of the field can be returned in the search results.TextArrayOptions
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 TextArrayOptions Modifier and Type Method Description void
IndexField. setTextArrayOptions(TextArrayOptions textArrayOptions)
IndexField
IndexField. withTextArrayOptions(TextArrayOptions textArrayOptions)
-