CBLIndexType

enum CBLIndexType : uint32_t {}

Types of database indexes.

  • < Regular index of property value

    Declaration

    Objective-C

    kCBLValueIndex

    Swift

    case valueIndex = 0
  • < Full-text index

    Declaration

    Objective-C

    kCBLFullTextIndex

    Swift

    case fullTextIndex = 1
  • < Geospatial index of GeoJSON values

    Declaration

    Objective-C

    kCBLGeoIndex

    Swift

    case geoIndex = 2