CBLIndex
@interface CBLIndex : NSObject
                CBLIndex represents an index which could be a value index for regular queries or full-text index for full-text queries (using the match operator).
- 
                  
                  
Unavailable
Not available
Declaration
Objective-C
- (nonnull instancetype)init; 
        CBLIndex Class Reference