CBLQueryFullTextFunction
@interface CBLQueryFullTextFunction : NSObject
Full-text function.
-
Creates a full-text rank function with the given full-text index name. The rank function indicates how well the current query result matches the full-text query when performing the match comparison.
Declaration
Objective-C
+ (nonnull CBLQueryExpression *)rank:(nonnull NSString *)indexName;
Parameters
indexName
The full-text index name.
Return Value
The full-text rank function.
-
Not available
Declaration
Objective-C
- (nonnull instancetype)init;