CBLQueryFullTextIndexExpressionProtocol
@protocol
CBLQueryFullTextIndexExpressionProtocol <CBLQueryIndexExpressionProtocol>
Full-Text Index Expression.
-
Specifies an alias name of the data source in which the index has been created. ss
Declaration
Objective-C
- (nonnull id<CBLQueryIndexExpressionProtocol>)from:(nonnull NSString *)alias;
Return Value
The full-text index expression referring to a full text index in the specified data source.