Package com.couchbase.lite
Class FullTextExpression
java.lang.Object
com.couchbase.lite.FullTextExpression
Deprecated.
Use FullTextFunction.match()
Full-text expression
-
Method Summary
Modifier and TypeMethodDescriptionstatic FullTextExpression
Deprecated.Use FullTextFunction.match()Deprecated.Use FullTextFunction.match()
-
Method Details
-
index
Deprecated.Use FullTextFunction.match()Creates a full-text expression with the given full-text index name.- Parameters:
name
- The full-text index name.- Returns:
- The full-text expression.
-
match
Deprecated.Use FullTextFunction.match()Creates a full-text match expression with the given search text.- Parameters:
query
- The search text- Returns:
- The full-text match expression
-