Skip to content

Commit 6a70587

Browse files
committed
[DOCS][8.19] Promote ESQL search functions to GA in the docs
- removed `preview = true` from java function annotations for full-text search functions - generated updates to asciidoc and kibana docs - 8.x equivalent of elastic#129786
1 parent aeb90db commit 6a70587

File tree

17 files changed

+11
-25
lines changed

17 files changed

+11
-25
lines changed

docs/reference/esql/esql-limitations.asciidoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,7 @@ is currently experimental.
106106
[[esql-limitations-full-text-search]]
107107
=== Full-text search
108108

109-
experimental:[] {esql}'s support for <<esql-search-functions,full-text search>>
110-
is currently in Technical Preview. One limitation of full-text search is that
109+
One limitation of <<esql-search-functions,full-text search>> is that
111110
it is necessary to use the search function, like <<esql-match>>, in a <<esql-where>> command
112111
directly after the <<esql-from>> source command, or close enough to it.
113112
Otherwise, the query will fail with a validation error.

docs/reference/esql/functions/kibana/definition/kql.json

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

docs/reference/esql/functions/kibana/definition/match.json

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

docs/reference/esql/functions/kibana/definition/match_phrase.json

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

docs/reference/esql/functions/kibana/definition/qstr.json

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

docs/reference/esql/functions/layout/kql.asciidoc

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/esql/functions/layout/match.asciidoc

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/esql/functions/layout/match_phrase.asciidoc

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/esql/functions/layout/qstr.asciidoc

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/esql/functions/operators.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Boolean operators for comparing against one or multiple expressions.
1616
* <<esql-in-operator>>
1717
* <<esql-like-operator>>
1818
* <<esql-rlike-operator>>
19-
* experimental:[] <<esql-search-operators>>
19+
* <<esql-search-operators>>
2020
// end::op_list[]
2121

2222
include::binary.asciidoc[]

0 commit comments

Comments
 (0)