CBLIndexType
enum CBLIndexType : uint32_t {}
Types of database indexes.
-
< Regular index of property values
Declaration
Objective-C
kCBLValueIndex -
< Full-text index
Declaration
Objective-C
kCBLFullTextIndex -
< Geospatial index of GeoJSON values
Declaration
Objective-C
kCBLGeoIndex
CBLIndexType Enum Reference