CBLQueryFullTextExpression
@interface CBLQueryFullTextExpression : NSObjectFull-text expression.
- 
                  
                  Creates a full-text expression with the given full-text index name. DeclarationObjective-C + (nonnull CBLQueryFullTextExpression *)indexWithName:(nonnull NSString *)name;ParametersnameThe full-text index name. Return ValueThe full-text expression. 
- 
                  
                  Creates a full-text match expression with the given search text. DeclarationObjective-C - (nonnull CBLQueryExpression *)match:(nonnull NSString *)query;ParametersqueryThe query string. Return ValueThe full-text match expression. 
- 
                  
                  Not available DeclarationObjective-C - (nonnull instancetype)init;
 CBLQueryFullTextExpression Class Reference
        CBLQueryFullTextExpression Class Reference