Skip to content

Commit 27bba64

Browse files
authored
[DOCS] Remove misused applies_to tag (#131349)
* [DOCS] Remove misused applies_to tag
1 parent 44497b7 commit 27bba64

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
@@ -90,9 +90,7 @@ public class MatchPhrase extends FullTextFunction implements OptionalArgument, P
9090

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

0 commit comments

Comments
 (0)