forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'elastic:main' into requireAtLeastOneMatch-only-needed-f…
…or-aggs
- Loading branch information
Showing
55 changed files
with
1,073 additions
and
202 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
pr: 114990 | ||
summary: Allow for querries on `_tier` to skip shards in the `can_match` phase | ||
area: Search | ||
type: bug | ||
issues: | ||
- 114910 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
pr: 115117 | ||
summary: Report JVM stats for all memory pools (97046) | ||
area: Infra/Core | ||
type: bug | ||
issues: | ||
- 97046 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
pr: 115399 | ||
summary: Adding breaking change entry for retrievers | ||
area: Search | ||
type: breaking | ||
issues: [] | ||
breaking: | ||
title: Reworking RRF retriever to be evaluated during rewrite phase | ||
area: REST API | ||
details: |- | ||
In this release (8.16), we have introduced major changes to the retrievers framework | ||
and how they can be evaluated, focusing mainly on compound retrievers | ||
like `rrf` and `text_similarity_reranker`, which allowed us to support full | ||
composability (i.e. any retriever can be nested under any compound retriever), | ||
as well as supporting additional search features like collapsing, explaining, | ||
aggregations, and highlighting. | ||
To ensure consistency, and given that this rework is not available until 8.16, | ||
`rrf` and `text_similarity_reranker` retriever queries would now | ||
throw an exception in a mixed cluster scenario, where there are nodes | ||
both in current or later (i.e. >= 8.16) and previous ( <= 8.15) versions. | ||
As part of the rework, we have also removed the `_rank` property from | ||
the responses of an `rrf` retriever. | ||
impact: |- | ||
- Users will not be able to use the `rrf` and `text_similarity_reranker` retrievers in a mixed cluster scenario | ||
with previous releases (i.e. prior to 8.16), and the request will throw an `IllegalArgumentException`. | ||
- `_rank` has now been removed from the output of the `rrf` retrievers so trying to directly parse the field | ||
will throw an exception | ||
notable: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
pr: 115429 | ||
summary: "[otel-data] Add more kubernetes aliases" | ||
area: Data streams | ||
type: bug | ||
issues: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.