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
propertyA property used to perform the match operation against with.
Return Value
The full-text search index item.
CBLFullTextIndexItem Class Reference