Skip to content

Commit 1d1c27d

Browse files
committed
Merge branch 'main' into eut2
2 parents 69742cf + e713f7c commit 1d1c27d

File tree

175 files changed

+2379
-888
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

175 files changed

+2379
-888
lines changed

docs/changelog/127563.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 127563
2+
summary: "ESQL: Avoid unintended attribute removal"
3+
area: ES|QL
4+
type: bug
5+
issues:
6+
- 127468

docs/changelog/128153.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 128153
2+
summary: "Fix: Add `NamedWriteable` for `RuleQueryRankDoc`"
3+
area: Relevance
4+
type: bug
5+
issues:
6+
- 126071

docs/docset.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
project: 'Elasticsearch'
2+
products:
3+
- id: elasticsearch
24
max_toc_depth: 2
35
exclude:
46
- README.md

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,56 +12,67 @@ mapped_pages:
1212
## Functions overview [esql-functions]
1313

1414
::::{dropdown} Aggregate functions
15+
:open:
1516
:::{include} _snippets/lists/aggregation-functions.md
1617
:::
1718
::::
1819

1920
::::{dropdown} Grouping functions
21+
:open:
2022
:::{include} _snippets/lists/grouping-functions.md
2123
:::
2224
::::
2325

2426
::::{dropdown} Conditional functions and expressions
27+
:open:
2528
:::{include} _snippets/lists/conditional-functions-and-expressions.md
2629
:::
2730
::::
2831

2932
::::{dropdown} Date and time functions
33+
:open:
3034
:::{include} _snippets/lists/date-time-functions.md
3135
:::
3236
::::
3337

3438
::::{dropdown} IP functions
39+
:open:
3540
:::{include} _snippets/lists/ip-functions.md
3641
:::
3742
::::
3843

3944
::::{dropdown} Math functions
45+
:open:
4046
:::{include} _snippets/lists/math-functions.md
4147
:::
4248
::::
4349

4450
::::{dropdown} Search functions
51+
:open:
4552
:::{include} _snippets/lists/search-functions.md
4653
:::
4754
::::
4855

4956
::::{dropdown} Spatial functions
57+
:open:
5058
:::{include} _snippets/lists/spatial-functions.md
5159
:::
5260
::::
5361

5462
::::{dropdown} String functions
63+
:open:
5564
:::{include} _snippets/lists/string-functions.md
5665
:::
5766
::::
5867

5968
::::{dropdown} Type conversion functions
69+
:open:
6070
:::{include} _snippets/lists/type-conversion-functions.md
6171
:::
6272
::::
6373

6474
::::{dropdown} Multi value functions
75+
:open:
6576
:::{include} _snippets/lists/mv-functions.md
6677
:::
6778
::::
@@ -70,6 +81,7 @@ mapped_pages:
7081
## Operators overview [esql-operators-overview]
7182

7283
::::{dropdown} Operators
84+
:open:
7385
:::{include} _snippets/lists/operators.md
7486
:::
7587
::::

docs/reference/scripting-languages/painless/brief-painless-walkthrough.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/elasticsearch/painless/current/painless-walkthrough.html
4+
products:
5+
- id: painless
46
---
57

68
# A brief painless walkthrough [painless-walkthrough]

docs/reference/scripting-languages/painless/how-painless-dispatches-function.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/elasticsearch/painless/current/modules-scripting-painless-dispatch.html
4+
products:
5+
- id: painless
46
---
57

68
# How painless dispatches function [modules-scripting-painless-dispatch]

docs/reference/scripting-languages/painless/painless-analysis-predicate-context.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/elasticsearch/painless/current/painless-analysis-predicate-context.html
4+
products:
5+
- id: painless
46
---
57

68
# Analysis Predicate Context [painless-analysis-predicate-context]

docs/reference/scripting-languages/painless/painless-api-examples.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/elasticsearch/painless/current/painless-execute-api.html
4+
products:
5+
- id: painless
46
---
57

68
# Painless API examples [painless-execute-api]

docs/reference/scripting-languages/painless/painless-bucket-script-agg-context.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/elasticsearch/painless/current/painless-bucket-script-agg-context.html
4+
products:
5+
- id: painless
46
---
57

68
# Bucket script aggregation context [painless-bucket-script-agg-context]

docs/reference/scripting-languages/painless/painless-bucket-selector-agg-context.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/elasticsearch/painless/current/painless-bucket-selector-agg-context.html
4+
products:
5+
- id: painless
46
---
57

68
# Bucket selector aggregation context [painless-bucket-selector-agg-context]

0 commit comments

Comments
 (0)