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 TextArrayOptionsTextArrayOptions. clone()TextArrayOptionsIndexField. getTextArrayOptions()TextArrayOptionsTextArrayOptions. withAnalysisScheme(String analysisScheme)The name of an analysis scheme for atext-arrayfield.TextArrayOptionsTextArrayOptions. withDefaultValue(String defaultValue)A value to use for the field if the field isn't specified for a document.TextArrayOptionsTextArrayOptions. withHighlightEnabled(Boolean highlightEnabled)Whether highlights can be returned for the field.TextArrayOptionsTextArrayOptions. withReturnEnabled(Boolean returnEnabled)Whether the contents of the field can be returned in the search results.TextArrayOptionsTextArrayOptions. 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 voidIndexField. setTextArrayOptions(TextArrayOptions textArrayOptions)IndexFieldIndexField. withTextArrayOptions(TextArrayOptions textArrayOptions)
-