Skip to content

Commit 3df284f

Browse files
authored
[DOCS] Remove misused applies_to tag (#131349) (#131357)
* [DOCS] Remove misused applies_to tag
1 parent b716ff3 commit 3df284f

File tree

2 files changed

+2
-4
lines changed
  • docs/reference/query-languages/esql/_snippets/functions/layout
  • x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/fulltext

2 files changed

+2
-4
lines changed

docs/reference/query-languages/esql/_snippets/functions/layout/match_phrase.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/fulltext/MatchPhrase.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,7 @@ public class MatchPhrase extends FullTextFunction implements OptionalArgument, P
8989

9090
@FunctionInfo(
9191
returnType = "boolean",
92-
appliesTo = {
93-
@FunctionAppliesTo(lifeCycle = FunctionAppliesToLifecycle.UNAVAILABLE, version = "9.0"),
94-
@FunctionAppliesTo(lifeCycle = FunctionAppliesToLifecycle.GA, version = "9.1.0") },
92+
appliesTo = { @FunctionAppliesTo(lifeCycle = FunctionAppliesToLifecycle.GA, version = "9.1.0") },
9593
description = """
9694
Use `MATCH_PHRASE` to perform a [`match_phrase`](/reference/query-languages/query-dsl/query-dsl-match-query-phrase.md) on the
9795
specified field.

0 commit comments

Comments
 (0)