Skip to content

Commit c7d98d3

Browse files
authored
Merge branch 'main' into chunked_fetch_phase
2 parents 62c5260 + f33dfc2 commit c7d98d3

File tree

800 files changed

+16696
-6156
lines changed

Some content is hidden

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

800 files changed

+16696
-6156
lines changed

build-tools-internal/src/main/resources/forbidden/es-all-signatures.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,6 @@ org.elasticsearch.cluster.metadata.IndexMetadata#getForecastedWriteLoad()
6767
@defaultMessage Use org.elasticsearch.index.codec.vectors.OptimizedScalarQuantizer instead
6868
org.apache.lucene.util.quantization.OptimizedScalarQuantizer#<init>(org.apache.lucene.index.VectorSimilarityFunction, float, int)
6969
org.apache.lucene.util.quantization.OptimizedScalarQuantizer#<init>(org.apache.lucene.index.VectorSimilarityFunction)
70+
71+
@defaultMessage Use org.elasticsearch.common.lucene.search.Queries#NO_DOCS_INSTANCE instead
72+
org.apache.lucene.search.MatchNoDocsQuery#<init>()

docs/changelog/136732.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 136732
2+
summary: Added logic for individual shard failure handling for `CompoundRetrieverBuilder` and fixed how partial search results flag is passed through to `CompoundRetrieverBuilder`
3+
area: Search
4+
type: bug
5+
issues: []

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/138982.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 138982
2+
summary: Semantic search CCS support when ccs_minimize_roundtrips=false
3+
area: Vector Search
4+
type: enhancement
5+
issues: []

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/139244.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 139244
2+
summary: "Inference command: support for CCS"
3+
area: ES|QL
4+
type: enhancement
5+
issues:
6+
- 136860

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: []

0 commit comments

Comments
 (0)