|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextOptions | |
---|---|
com.amazonaws.services.cloudsearchv2.model | Classes modeling the various types represented by AmazonCloudSearchv2. |
Uses of TextOptions in com.amazonaws.services.cloudsearchv2.model |
---|
Methods in com.amazonaws.services.cloudsearchv2.model that return TextOptions | |
---|---|
TextOptions |
IndexField.getTextOptions()
Options for text field. |
TextOptions |
TextOptions.withAnalysisScheme(String analysisScheme)
The name of an analysis scheme for a text field. |
TextOptions |
TextOptions.withDefaultValue(String defaultValue)
A value to use for the field if the field isn't specified for a document. |
TextOptions |
TextOptions.withHighlightEnabled(Boolean highlightEnabled)
Whether highlights can be returned for the field. |
TextOptions |
TextOptions.withReturnEnabled(Boolean returnEnabled)
Whether the contents of the field can be returned in the search results. |
TextOptions |
TextOptions.withSortEnabled(Boolean sortEnabled)
Whether the field can be used to sort the search results. |
TextOptions |
TextOptions.withSourceField(String sourceField)
A string that represents the name of an index field. |
Methods in com.amazonaws.services.cloudsearchv2.model with parameters of type TextOptions | |
---|---|
void |
IndexField.setTextOptions(TextOptions textOptions)
Options for text field. |
IndexField |
IndexField.withTextOptions(TextOptions textOptions)
Options for text field. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |