-
Notifications
You must be signed in to change notification settings - Fork 24.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Re-add support for some metadata field parameters (#118825)
We removed support for type, fields, copy_to and boost in metadata field definitions with #116944 but with the move towards supporting N-2 read-only indices we need to add them back. This change reverts previous removal commits and adapts tests to also check we now throw errors for newly created indices.
- Loading branch information
Showing
4 changed files
with
110 additions
and
2 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
pr: 116944 | ||
pr: 118825 | ||
summary: "Remove support for type, fields, `copy_to` and boost in metadata field definition" | ||
area: Mapping | ||
type: breaking | ||
issues: [] | ||
breaking: | ||
title: "Remove support for type, fields, copy_to and boost in metadata field definition" | ||
area: Mapping | ||
details: The type, fields, copy_to and boost parameters are no longer supported in metadata field definition | ||
details: The type, fields, copy_to and boost parameters are no longer supported in metadata field definition starting with version 9. | ||
impact: Users providing type, fields, copy_to or boost as part of metadata field definition should remove them from their mappings. | ||
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
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