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