Skip to content

Commit be6a68d

Browse files
Merge branch 'main' into date-nanos-implicit-casting-2
2 parents d4e4d70 + 43a9e6f commit be6a68d

File tree

147 files changed

+3470
-1050
lines changed

Some content is hidden

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

147 files changed

+3470
-1050
lines changed

docs/changelog/128472.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
pr: 128472
2+
summary: "Aggs: Fix significant terms not finding background docuemnts for nested\
3+
\ fields"
4+
area: Aggregations
5+
type: bug
6+
issues:
7+
- 101163

docs/changelog/128702.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 128702
2+
summary: Fix missing highlighting in `match_all` queries for `semantic_text` fields
3+
area: Search
4+
type: bug
5+
issues: []

docs/changelog/128736.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 128736
2+
summary: Add `index.lifecycle.skip` index-scoped setting to instruct ILM to skip processing specific indices
3+
area: ILM+SLM
4+
type: enhancement
5+
issues: []

docs/changelog/128750.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
pr: 128750
2+
summary: Fix conversion of a Lucene wildcard pattern to a regexp
3+
area: ES|QL
4+
type: bug
5+
issues:
6+
- 128677
7+
- 128676

docs/changelog/128848.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 128848
2+
summary: Add `bucketedSort` based on int
3+
area: Search
4+
type: enhancement
5+
issues: []

docs/changelog/128870.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 128870
2+
summary: Check `TooComplex` exception for `HasPrivileges` body
3+
area: Authorization
4+
type: enhancement
5+
issues: []

docs/reference/elasticsearch/index-settings/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,5 @@ Settings are available for the following modules:
3434
Configure the backing indices in a time series data stream (TSDS).
3535
* [Translog](translog.md)
3636
Control the transaction log and background flush operations.
37+
38+
There are also index settings associated with [text analysis](docs-content://manage-data/data-store/text-analysis.md), which define analyzers, tokenizers, token filters, and character filters.

0 commit comments

Comments
 (0)