DoubleOptions
public struct DoubleOptions : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A value to use for the field if the field isn’t specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.
Declaration
Swift
public let defaultValue: Double? -
Whether facet information can be returned for the field.
Declaration
Swift
public let facetEnabled: Bool? -
Whether the contents of the field can be returned in the search results.
Declaration
Swift
public let returnEnabled: Bool? -
Whether the contents of the field are searchable.
Declaration
Swift
public let searchEnabled: Bool? -
Whether the field can be used to sort the search results.
Declaration
Swift
public let sortEnabled: Bool? -
The name of the source field to map to the field.
Declaration
Swift
public let sourceField: String? -
Undocumented
Declaration
Swift
public init(defaultValue: Double? = nil, facetEnabled: Bool? = nil, returnEnabled: Bool? = nil, searchEnabled: Bool? = nil, sortEnabled: Bool? = nil, sourceField: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DoubleOptions Structure Reference