CBLFullTextIndexItem
@interface CBLFullTextIndexItem : NSObject
Full-text Index Item.
-
Creates a full-text search index item with the given expression.
Declaration
Objective-C
+ (nonnull CBLFullTextIndexItem *)property:(nonnull NSString *)property;
Parameters
property
A property used to perform the match operation against with.
Return Value
The full-text search index item.
-
Unavailable
Not available
Declaration
Objective-C
- (nonnull instancetype)init;