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;Swift class func index(withName name: String) -> CBLQueryFullTextExpressionParametersnameThe 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;Swift func match(_ query: String) -> CBLQueryExpressionParametersqueryThe query string. Return ValueThe full-text match expression. 
- 
                  
                  Not available DeclarationObjective-C - (nonnull instancetype)init;
 CBLQueryFullTextExpression Class Reference
        CBLQueryFullTextExpression Class Reference