Skip to content

Commit 250bd0a

Browse files
committed
Merge branch 'main' into transport-version-testing
2 parents 66e85d3 + f0643a4 commit 250bd0a

File tree

268 files changed

+13933
-5041
lines changed

Some content is hidden

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

268 files changed

+13933
-5041
lines changed

.buildkite/pull-requests.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
},
1919
{
2020
"enabled": true,
21+
"target_branch": "main",
2122
"pipeline_slug": "elasticsearch-pull-request-transport-versions",
2223
"allow_org_users": true,
2324
"allowed_repo_permissions": [

docs/changelog/133446.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 133446
2+
summary: Do not share Weight between Drivers
3+
area: ES|QL
4+
type: bug
5+
issues: []

docs/changelog/133861.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 133861
2+
summary: Implementing latency improvements for EIS integration
3+
area: Machine Learning
4+
type: bug
5+
issues: []

docs/changelog/133916.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 133916
2+
summary: Fix model assignment error handling and assignment explanation generation
3+
area: Machine Learning
4+
type: bug
5+
issues: []

docs/changelog/134029.yaml

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

docs/changelog/134319.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 134319
2+
summary: Fix `allow_duplicates` edge case bug in append processor
3+
area: Ingest Node
4+
type: bug
5+
issues: []

docs/reference/aggregations/search-aggregations-metrics-geobounds-aggregation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ The Geo Bounds Aggregation is also supported on `geo_shape` fields.
8888

8989
If [`wrap_longitude`](#geo-bounds-wrap-longitude) is set to `true` (the default), the bounding box can overlap the international date line and return a bounds where the `top_left` longitude is larger than the `top_right` longitude.
9090

91-
For example, the upper right longitude will typically be greater than the lower left longitude of a geographic bounding box. However, when the area crosses the 180° meridian, the value of the lower left longitude will be greater than the value of the upper right longitude. See [Geographic bounding box](http://docs.opengeospatial.org/is/12-063r5/12-063r5.md#30) on the Open Geospatial Consortium website for more information.
91+
For example, the upper right longitude will typically be greater than the lower left longitude of a geographic bounding box. However, when the area crosses the 180° meridian, the value of the lower left longitude will be greater than the value of the upper right longitude. See [Geographic bounding box](https://docs.ogc.org/is/12-063r5/12-063r5.html#30) on the Open Geospatial Consortium website for more information.
9292

9393
Example:
9494

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ fragments when the field is not of type semantic_text, you can explicitly
349349
enforce the `semantic` highlighter in the query:
350350

351351
```console
352-
PUT test-index
352+
POST test-index/_search
353353
{
354354
"query": {
355355
"match": {

docs/reference/query-languages/esql/_snippets/functions/description/decay.md

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

docs/reference/query-languages/esql/_snippets/functions/description/present.md

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

0 commit comments

Comments
 (0)