Skip to content

Commit 26b143d

Browse files
committed
Merge remote-tracking branch 'origin/main' into lucene_snapshot
2 parents a1cbf5a + 188e6cd commit 26b143d

File tree

487 files changed

+8159
-3492
lines changed

Some content is hidden

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

487 files changed

+8159
-3492
lines changed

.swp

12 KB
Binary file not shown.

distribution/tools/server-cli/src/main/java/org/elasticsearch/server/cli/SystemJvmOptions.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ static List<String> systemJvmOptions(Settings nodeSettings, final Map<String, St
6060
"-Dio.netty.noUnsafe=true",
6161
"-Dio.netty.noKeySetOptimization=true",
6262
"-Dio.netty.recycler.maxCapacityPerThread=0",
63+
// Needed to get access to raw vectors from Lucene scorers
64+
"--add-opens=org.apache.lucene.core/org.apache.lucene.codecs.lucene99=org.elasticsearch.server",
65+
"--add-opens=org.apache.lucene.core/org.apache.lucene.internal.vectorization=org.elasticsearch.server",
6366
// log4j 2
6467
"-Dlog4j.shutdownHookEnabled=false",
6568
"-Dlog4j2.disable.jmx=true",

docs/changelog/136058.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 136058
2+
summary: "Configurable HTTP read and connect timeouts for url based SAML metadata resolution"
3+
area: Security
4+
type: bug
5+
issues: []

docs/changelog/136120.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 136120
2+
summary: Allow updating `inference_id` of `semantic_text` fields
3+
area: "Mapping"
4+
type: enhancement
5+
issues: []

docs/changelog/136467.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 136467
2+
summary: "ESQL: Fix double release in inline stats when `LocalRelation` is reused"
3+
area: ES|QL
4+
type: bug
5+
issues:
6+
- 135679

docs/changelog/136541.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 136541
2+
summary: Multiple patterns for grok command
3+
area: ES|QL
4+
type: enhancement
5+
issues:
6+
- 132486

docs/changelog/136610.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 136610
2+
summary: Pushing down eval expression when it requires data access
3+
area: ES|QL
4+
type: bug
5+
issues:
6+
- 133462

docs/changelog/136703.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
pr: 136703
2+
summary: Disable cross-cluster functionality for `_fleet/_fleet_msearch`
3+
area: Search
4+
type: breaking
5+
issues: []
6+
breaking:
7+
title: Disable cross-cluster functionality for `_fleet/_fleet_msearch`
8+
area: Search
9+
details: |-
10+
This endpoint is largely used for local searches only and is not compatible with true cross-cluster searches where
11+
arbitrary number of indices and remotes can be specified. Although it is meant to accept an index parameter that
12+
denotes a single searchable target, such a limitation can be bypassed through various means.
13+
14+
Keeping in view this endpoint's stated intent and future scope, cross-cluster functionality is being explicitly disabled.
15+
impact: |-
16+
This endpoint will no longer accept remote indices. Should one be provided, a top-level error is returned with
17+
an appropriate explanation.
18+
notable: false

docs/changelog/136709.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 136709
2+
summary: Fix log formatting in `SnapshotLifecycleTask`
3+
area: ILM+SLM
4+
type: bug
5+
issues: []

docs/changelog/136751.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 136751
2+
summary: Adjust jinaai rerank response parser to handle document field as string or
3+
object
4+
area: Machine Learning
5+
type: bug
6+
issues: []

0 commit comments

Comments
 (0)