DocumentMetadataConfiguration
public struct DocumentMetadataConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the index field.
Declaration
Swift
public let name: String -
Provides manual tuning parameters to determine how the field affects the search results.
Declaration
Swift
public let relevance: Relevance? -
Provides information about how the field is used during a search.
Declaration
Swift
public let search: Search? -
The data type of the index field.
Declaration
Swift
public let type: DocumentAttributeValueType -
Undocumented
Declaration
Swift
public init(name: String, relevance: Relevance? = nil, search: Search? = nil, type: DocumentAttributeValueType) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DocumentMetadataConfiguration Structure Reference