Skip to content

Commit bb94373

Browse files
author
elasticsearchmachine
committed
Merge remote-tracking branch 'origin/main' into lucene_snapshot
2 parents af39730 + b1412f6 commit bb94373

File tree

138 files changed

+2888
-1338
lines changed

Some content is hidden

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

138 files changed

+2888
-1338
lines changed

docs/changelog/117199.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 117199
2+
summary: Speed up bit compared with floats or bytes script operations
3+
area: Vector Search
4+
type: enhancement
5+
issues: []

docs/changelog/117229.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 117229
2+
summary: "In this pr, a 400 error is returned when _source / _seq_no / _feature /\
3+
\ _nested_path / _field_names is requested, rather a 5xx"
4+
area: Search
5+
type: bug
6+
issues: []

docs/changelog/117271.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 117271
2+
summary: Don't skip shards in coord rewrite if timestamp is an alias
3+
area: Search
4+
type: bug
5+
issues: []

docs/changelog/117572.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 117572
2+
summary: Address and remove any references of RestApiVersion version 7
3+
area: Search
4+
type: enhancement
5+
issues: []

docs/changelog/117731.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 117731
2+
summary: Add cluster level reduction
3+
area: ES|QL
4+
type: enhancement
5+
issues: []

docs/changelog/117842.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 117842
2+
summary: Limit size of `Literal#toString`
3+
area: ES|QL
4+
type: bug
5+
issues: []

docs/reference/esql/esql-across-clusters.asciidoc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@
88

99
preview::["{ccs-cap} for {esql} is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features."]
1010

11-
[NOTE]
12-
====
13-
For {ccs-cap} with {esql} on version 8.16 or later, remote clusters must also be on version 8.16 or later.
14-
====
15-
1611
With {esql}, you can execute a single query across multiple clusters.
1712

1813
[discrete]

docs/reference/esql/functions/description/categorize.asciidoc

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/examples/categorize.asciidoc

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

docs/reference/esql/functions/grouping-functions.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ The <<esql-stats-by>> command supports these grouping functions:
99

1010
// tag::group_list[]
1111
* <<esql-bucket>>
12+
* experimental:[] <<esql-categorize>>
1213
// end::group_list[]
1314

1415
include::layout/bucket.asciidoc[]
16+
include::layout/categorize.asciidoc[]

0 commit comments

Comments
 (0)