@Deprecated public final class FullTextExpression extends Object
| Modifier and Type | Method and Description |
|---|---|
static FullTextExpression |
index(String name)
Deprecated.
Use FullTextFunction.match()
|
Expression |
match(String query)
Deprecated.
Use FullTextFunction.match()
|
@Deprecated @NonNull public static FullTextExpression index(@NonNull String name)
name - The full-text index name.@Deprecated @NonNull public Expression match(@NonNull String query)
query - The search text