Skip to content

Commit ac92d7a

Browse files
committed
ES|QL move score function out of snapshot
1 parent dceeca2 commit ac92d7a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/reference/query-languages/esql/_snippets/lists/search-functions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
* [`MATCH`](../../functions-operators/search-functions.md#esql-match)
33
* [`MATCH_PHRASE`](../../functions-operators/search-functions.md#esql-match_phrase)
44
* [`QSTR`](../../functions-operators/search-functions.md#esql-qstr)
5+
* [`SCORE`](../../functions-operators/search-functions.md#esql-score)
56
% * [preview] [`TERM`](../../functions-operators/search-functions.md#esql-term)

docs/reference/query-languages/esql/functions-operators/search-functions.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ our [hands-on tutorial](docs-content://solutions/search/esql-search-tutorial.md)
1313
For a high-level overview of search functionalities in {{esql}}, and to learn about relevance scoring, refer to [{{esql}} for search](docs-content://solutions/search/esql-for-search.md#esql-for-search-scoring).
1414
:::
1515

16-
{{esql}} provides a set of functions for performing searching on text fields.
16+
{{esql}} provides a set of functions for performing searching on text fields.
1717

1818
Use these functions
1919
for [full-text search](docs-content://solutions/search/full-text.md)
@@ -48,6 +48,10 @@ for information on the limitations of full text search.
4848
:::{include} ../_snippets/functions/layout/qstr.md
4949
:::
5050

51+
:::{include} ../_snippets/functions/layout/score.md
52+
:::
53+
54+
5155
% TERM is currently a hidden feature
5256
% To make it visible again, uncomment this and the line in
5357
lists/search-functions.md

0 commit comments

Comments
 (0)