Hit
public struct Hit : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The expressions returned from a document that matches the search request.
Declaration
Swift
public let exprs: [String : String]? -
The fields returned from a document that matches the search request.
Declaration
Swift
public let fields: [String : [String]]? -
The highlights returned from a document that matches the search request.
Declaration
Swift
public let highlights: [String : String]? -
The document ID of a document that matches the search request.
Declaration
Swift
public let id: String? -
Undocumented
Declaration
Swift
public init(exprs: [String : String]? = nil, fields: [String : [String]]? = nil, highlights: [String : String]? = nil, id: String? = nil)
View on GitHub
Hit Structure Reference