public final class FullTextExpression extends Object
Modifier and Type | Method and Description |
---|---|
static FullTextExpression |
index(String name)
Creates a full-text expression with the given full-text index name.
|
Expression |
match(String query)
Creates a full-text match expression with the given search text.
|
@NonNull public static FullTextExpression index(@NonNull String name)
name
- The full-text index name.@NonNull public Expression match(@NonNull String query)
query
- The search text