Skip to content

Commit a820df5

Browse files
authored
Merge branch 'main' into feature/esql-match-options
2 parents 7860ad1 + 928040e commit a820df5

File tree

459 files changed

+4990
-5492
lines changed

Some content is hidden

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

459 files changed

+4990
-5492
lines changed

benchmarks/src/main/java/org/elasticsearch/benchmark/script/ScriptScoreBenchmark.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
import java.nio.file.Path;
6161
import java.util.List;
6262
import java.util.Map;
63+
import java.util.Set;
6364
import java.util.concurrent.TimeUnit;
6465

6566
/**
@@ -77,7 +78,7 @@ public class ScriptScoreBenchmark {
7778
private final PluginsService pluginsService = new PluginsService(
7879
Settings.EMPTY,
7980
null,
80-
PluginsLoader.createPluginsLoader(null, Path.of(System.getProperty("plugins.dir")))
81+
PluginsLoader.createPluginsLoader(Set.of(), PluginsLoader.loadPluginsBundles(Path.of(System.getProperty("plugins.dir"))))
8182
);
8283
private final ScriptModule scriptModule = new ScriptModule(Settings.EMPTY, pluginsService.filterPlugins(ScriptPlugin.class).toList());
8384

docs/changelog/119898.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 119898
2+
summary: Resolve/cluster allows querying for cluster info only (no index expression
3+
required)
4+
area: CCS
5+
type: enhancement
6+
issues: []

docs/changelog/120108.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
pr: 120108
2+
summary: Remove the ability to read frozen indices
3+
area: Indices APIs
4+
type: breaking
5+
issues: []
6+
breaking:
7+
title: Remove the ability to read frozen indices
8+
area: Index setting
9+
details: >-
10+
The ability to read frozen indices has been removed. (Frozen indices are no longer useful due to improvements in
11+
heap memory usage. The ability to freeze indices was removed in 8.0.)
12+
impact: Users must unfreeze any frozen indices before upgrading.
13+
notable: false

docs/changelog/120128.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 120128
2+
summary: Add Multi-Field Support for Semantic Text Fields
3+
area: Relevance
4+
type: feature
5+
issues: []

docs/changelog/120334.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 120334
2+
summary: Introduce `IndexSettingDeprecatedInV8AndRemovedInV9` Setting property
3+
area: Infra/Settings
4+
type: enhancement
5+
issues: []

docs/changelog/120405.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 120405
2+
summary: Automatically rollover legacy ml indices
3+
area: Machine Learning
4+
type: upgrade
5+
issues: []

docs/changelog/120445.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 120445
2+
summary: Run `GetPipelineTransportAction` on local node
3+
area: Ingest Node
4+
type: enhancement
5+
issues: []

docs/changelog/120547.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 120547
2+
summary: Consistent mapping for OTel log and event bodies
3+
area: Data streams
4+
type: enhancement
5+
issues: []

docs/changelog/120548.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 120548
2+
summary: Add `remove_index_block` arg to `_create_from` api
3+
area: Indices APIs
4+
type: enhancement
5+
issues: []

docs/changelog/120590.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 120590
2+
summary: Map `scope.name` as a dimension
3+
area: Data streams
4+
type: bug
5+
issues: []

0 commit comments

Comments
 (0)