Skip to content

Commit c00d62c

Browse files
Merge branch 'main' into resolve-aggregate-grouping
2 parents ef989e9 + d362fb3 commit c00d62c

File tree

115 files changed

+3148
-1125
lines changed

Some content is hidden

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

115 files changed

+3148
-1125
lines changed

docs/changelog/127314.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 127314
2+
summary: "[Failure store] Introduce dedicated failure store lifecycle configuration"
3+
area: Data streams
4+
type: enhancement
5+
issues: []

docs/changelog/127532.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 127532
2+
summary: Fix case insensitive comparisons to ""
3+
area: ES|QL
4+
type: bug
5+
issues:
6+
- 127431

docs/reference/elasticsearch/mapping-reference/semantic-text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ PUT my-index-000003
9292
## Parameters for `semantic_text` fields [semantic-text-params]
9393

9494
`inference_id`
95-
: (Required, string) {{infer-cap}} endpoint that will be used to generate
95+
: (Optional, string) {{infer-cap}} endpoint that will be used to generate
9696
embeddings for the field. By default, `.elser-2-elasticsearch` is used. This
9797
parameter cannot be updated. Use
9898
the [Create {{infer}} API](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-inference-put)

docs/reference/query-languages/sql/sql-commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ mapped_pages:
33
- https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-commands.html
44
---
55

6-
# SQL Commands [sql-commands]
6+
# SQL commands [sql-commands]
77

88
This section contains the list of SQL commands supported by Elasticsearch SQL along with their syntax:
99

docs/reference/query-languages/sql/sql-data-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ mapped_pages:
33
- https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-data-types.html
44
---
55

6-
# Data Types [sql-data-types]
6+
# Data types [sql-data-types]
77

88
**Core types**
99

docs/reference/query-languages/sql/sql-functions-aggs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ mapped_pages:
33
- https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-functions-aggs.html
44
---
55

6-
# Aggregate Functions [sql-functions-aggs]
6+
# Aggregate functions [sql-functions-aggs]
77

88
Functions for computing a *single* result from a set of input values. Elasticsearch SQL supports aggregate functions only alongside [grouping](/reference/query-languages/sql/sql-syntax-select.md#sql-syntax-group-by) (implicit or explicit).
99

1010

11-
## General Purpose [sql-functions-aggs-general]
11+
## General purpose [sql-functions-aggs-general]
1212

1313
## `AVG` [sql-functions-aggs-avg]
1414

docs/reference/query-languages/sql/sql-functions-conditional.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ mapped_pages:
33
- https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-functions-conditional.html
44
---
55

6-
# Conditional Functions And Expressions [sql-functions-conditional]
6+
# Conditional functions and expressions [sql-functions-conditional]
77

88
Functions that return one of their arguments by evaluating in an if-else manner.
99

docs/reference/query-languages/sql/sql-functions-datetime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ mapped_pages:
33
- https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-functions-datetime.html
44
---
55

6-
# Date/Time and Interval Functions and Operators [sql-functions-datetime]
6+
# Date/time and interval functions and operators [sql-functions-datetime]
77

88
Elasticsearch SQL offers a wide range of facilities for performing date/time manipulations.
99

docs/reference/query-languages/sql/sql-functions-geo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ mapped_pages:
33
- https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-functions-geo.html
44
---
55

6-
# Geo Functions [sql-functions-geo]
6+
# Geo functions [sql-functions-geo]
77

88
::::{warning}
99
This functionality is in beta and is subject to change. The design and code is less mature than official GA features and is being provided as-is with no warranties. Beta features are not subject to the support SLA of official GA features.

docs/reference/query-languages/sql/sql-functions-grouping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ mapped_pages:
33
- https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-functions-grouping.html
44
---
55

6-
# Grouping Functions [sql-functions-grouping]
6+
# Grouping functions [sql-functions-grouping]
77

88
Functions for creating special *grouping*s (also known as *bucketing*); as such these need to be used as part of the [grouping](/reference/query-languages/sql/sql-syntax-select.md#sql-syntax-group-by).
99

0 commit comments

Comments
 (0)