-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Mappings editor] Remove boost parameter #78331
[Mappings editor] Remove boost parameter #78331
Conversation
@@ -22,7 +22,6 @@ const getDefaultToggleValue = (param: ParameterName, field: FieldType): boolean | |||
|
|||
switch (param) { | |||
// Switches that don't map to a boolean in the mappings | |||
case 'boost': |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AFAICT this was a copy/paste mistake and is not being used in the shape type
01aa9d2
to
1d84c7e
Compare
Pinging @elastic/es-ui (Team:Elasticsearch UI) |
@elasticmachine merge upstream |
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
When we merge this, should we remove the doc link to |
Closing this PR as it is quite old. The code should be updated to include conditional version logic for code alignment purposes. See #78923. |
Fixes #78293
This PR removes usage of the
boost
parameter from the mappings editor, as it will be deprecated in8.0
.Note: This change will not be backported to
7.x
.