|
@@ -135,9 +135,9 @@ public class Match extends FullTextFunction implements OptionalArgument, PostAna
|
|
|
|
|
|
@FunctionInfo(
|
|
|
returnType = "boolean",
|
|
|
- preview = true,
|
|
|
- appliesTo = { @FunctionAppliesTo(lifeCycle = FunctionAppliesToLifecycle.PREVIEW, version = "9.0.0") },
|
|
|
- // @FunctionAppliesTo(lifeCycle = FunctionAppliesToLifecycle.GA, version = "9.1.0") },
|
|
|
+ appliesTo = {
|
|
|
+ @FunctionAppliesTo(lifeCycle = FunctionAppliesToLifecycle.PREVIEW, version = "9.0.0"),
|
|
|
+ @FunctionAppliesTo(lifeCycle = FunctionAppliesToLifecycle.GA, version = "9.1.0") },
|
|
|
description = """
|
|
|
Use `MATCH` to perform a <<query-dsl-match-query,match query>> on the specified field.
|
|
|
Using `MATCH` is equivalent to using the `match` query in the Elasticsearch Query DSL.""",
|