IndexFieldType
public enum IndexFieldType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case int = "int" -
Undocumented
Declaration
Swift
case double = "double" -
Undocumented
Declaration
Swift
case literal = "literal" -
Undocumented
Declaration
Swift
case text = "text" -
Undocumented
Declaration
Swift
case date = "date" -
Undocumented
Declaration
Swift
case latlon = "latlon" -
Undocumented
Declaration
Swift
case intArray = "int-array" -
Undocumented
Declaration
Swift
case doubleArray = "double-array" -
Undocumented
Declaration
Swift
case literalArray = "literal-array" -
Undocumented
Declaration
Swift
case textArray = "text-array" -
Undocumented
Declaration
Swift
case dateArray = "date-array" -
Declaration
Swift
public var description: String { get }
View on GitHub
IndexFieldType Enumeration Reference