TextOptions
public struct TextOptions : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of an analysis scheme for a text field.
Declaration
Swift
public let analysisScheme: String? -
A value to use for the field if the field isn’t specified for a document.
Declaration
Swift
public let defaultValue: String? -
Whether highlights can be returned for the field.
Declaration
Swift
public let highlightEnabled: Bool? -
Whether the contents of the field can be returned in the search results.
Declaration
Swift
public let returnEnabled: Bool? -
Whether the field can be used to sort the search results.
Declaration
Swift
public let sortEnabled: Bool? -
Undocumented
Declaration
Swift
public let sourceField: String? -
Undocumented
Declaration
Swift
public init(analysisScheme: String? = nil, defaultValue: String? = nil, highlightEnabled: Bool? = nil, returnEnabled: Bool? = nil, sortEnabled: Bool? = nil, sourceField: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
TextOptions Structure Reference