Skip to content

Commit f575962

Browse files
Merge branch 'main' of github.com:elastic/elasticsearch into ia-bedrock-completions
2 parents dd5f21a + fd9f0ff commit f575962

File tree

256 files changed

+9057
-1995
lines changed

Some content is hidden

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

256 files changed

+9057
-1995
lines changed

docs/changelog/138553.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 138553
2+
summary: Use common retry logic for GCS
3+
area: Snapshot/Restore
4+
type: enhancement
5+
issues: []

docs/changelog/138685.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 138685
2+
summary: Introduce an adaptive HNSW Patience collector
3+
area: Vector Search
4+
type: enhancement
5+
issues: []

docs/changelog/138723.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
pr: 138723
2+
summary: Remove DOC_VALUES_SKIPPER feature flag
3+
area: Mapping
4+
type: feature
5+
issues: []
6+
highlight:
7+
title: Enable doc_values skippers
8+
body: |-
9+
Doc_values skippers add a sparse index to doc_values fields, allowing efficient
10+
querying and filtering on a field without having to build a separate BKD or terms
11+
index. These are now enabled automatically on any field configured with
12+
index=false and doc_values=true if the index setting `index.mapping.use_doc_values_skipper`
13+
is set to `true` (default `false`, or `true` for TSDB indexes).
14+
15+
TSDB indexes now default to using skippers in place of indexes for their
16+
@timestamp, dimension and _tsid fields, greatly reducing their on-disk
17+
footprint. To disable skippers in TSDB indexes, set `index.mapping.use_doc_values_skipper`
18+
to `false`.
19+
20+
notable: true

docs/changelog/138989.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 138989
2+
summary: Auto prefiltering for queries on dense `semantic_text` fields
3+
area: Vector Search
4+
type: bug
5+
issues: []

docs/changelog/139130.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 139130
2+
summary: Group by all optimization
3+
area: ES|QL
4+
type: enhancement
5+
issues: []

docs/changelog/139318.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 139318
2+
summary: Remove `gpu_vectors_indexing` feature flag
3+
area: Vector Search
4+
type: enhancement
5+
issues: []

docs/changelog/139347.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 139347
2+
summary: "Enable bfloat16 support for semantic text"
3+
area: Mapping
4+
type: enhancement
5+
issues: []

docs/changelog/139357.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 139357
2+
summary: Prune `InlineJoin` right aggregations by delegating to the child plan
3+
area: ES|QL
4+
type: bug
5+
issues:
6+
- 138283

docs/changelog/139409.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 139409
2+
summary: Use new bulk scoring dot product for max inner product
3+
area: Vector Search
4+
type: enhancement
5+
issues: []

docs/changelog/139420.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 139420
2+
summary: Fix offset maths bug in `InetAddress` parsing
3+
area: Mapping
4+
type: bug
5+
issues: []

0 commit comments

Comments
 (0)