TextArrayOptions

public struct TextArrayOptions : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of an analysis scheme for a text-array 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?
  • A list of source fields to map to the field.

    Declaration

    Swift

    public let sourceFields: String?
  • Undocumented

    Declaration

    Swift

    public init(analysisScheme: String? = nil, defaultValue: String? = nil, highlightEnabled: Bool? = nil, returnEnabled: Bool? = nil, sourceFields: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws