Uses of Class
com.amazonaws.services.cloudsearchv2.model.TextArrayOptions

Packages that use TextArrayOptions
com.amazonaws.services.cloudsearchv2.model Classes modeling the various types represented by AmazonCloudSearchv2. 
 

Uses of TextArrayOptions in com.amazonaws.services.cloudsearchv2.model
 

Methods in com.amazonaws.services.cloudsearchv2.model that return TextArrayOptions
 TextArrayOptions IndexField.getTextArrayOptions()
          Options for a field that contains an array of text strings.
 TextArrayOptions TextArrayOptions.withAnalysisScheme(String analysisScheme)
          The name of an analysis scheme for a text-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
 void IndexField.setTextArrayOptions(TextArrayOptions textArrayOptions)
          Options for a field that contains an array of text strings.
 IndexField IndexField.withTextArrayOptions(TextArrayOptions textArrayOptions)
          Options for a field that contains an array of text strings.
 



Copyright © 2016. All rights reserved.