Skip to content

Commit a93dd19

Browse files
author
elasticsearchmachine
committed
Merge remote-tracking branch 'origin/main' into lucene_snapshot
2 parents 695de1a + 38c05ea commit a93dd19

File tree

416 files changed

+12812
-2353
lines changed

Some content is hidden

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

416 files changed

+12812
-2353
lines changed

docs-mdx/painless/painless-field-context.mdx

Lines changed: 0 additions & 136 deletions
This file was deleted.

docs/changelog/132962.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 132962
2+
summary: Don't store keyword multi fields when they trip `ignore_above`
3+
area: Mapping
4+
type: bug
5+
issues: []

docs/changelog/133405.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 133405
2+
summary: Fix wrong pruning of plans with no output columns
3+
area: ES|QL
4+
type: bug
5+
issues: []

docs/changelog/134604.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 134604
2+
summary: Adds certificate identity field to cross-cluster API keys
3+
area: Security
4+
type: enhancement
5+
issues: []

docs/changelog/135714.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 135714
2+
summary: Improve performance when a single-valued field filter gets pushed down. (SingleValueMatchQuery)
3+
area: ES|QL
4+
type: enhancement
5+
issues: []

docs/changelog/135765.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
pr: 135765
2+
summary: Add deprecation notice for `max_size` rollover condition
3+
area: "ILM+SLM"
4+
type: deprecation
5+
issues:
6+
- 130737
7+
deprecation:
8+
title: Add deprecation notice for `max_size` rollover condition
9+
area: "REST API"
10+
details: We have deprecated the `max_size` rollover condition, in favour of `max_primary_shard_size`, when used in `PUT /_ilm/policy/{name}` and `POST /{index}/_rollover` endpoints
11+
impact: Users can continue to use this condition however a warning will be issued via the response headers and in the server logs. The condition may be removed fully in a later version of Elasticsearch.

docs/changelog/135767.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 135767
2+
summary: Pass fix size instead of `maxPageSize` to `LuceneTopNOperator` scorer
3+
area: ES|QL
4+
type: bug
5+
issues: []

docs/changelog/135800.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 135800
2+
summary: Switch `TextExpansionQueryBuilder` and `TextEmbeddingQueryVectorBuilder`
3+
to return 400 instead of 500 errors
4+
area: Machine Learning
5+
type: bug
6+
issues: []

docs/changelog/135845.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 135845
2+
summary: Fix for creating semantic_text fields on pre-8.11 indices crashing Elasticsearch
3+
area: Mapping
4+
type: bug
5+
issues: []

docs/changelog/135851.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 135851
2+
summary: DiskBBQ - missing min competitive similarity check on tail docs
3+
area: Vector Search
4+
type: bug
5+
issues: []

0 commit comments

Comments
 (0)