-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Remove usage of multi-types from the docs and added a page explaining type removal #25543
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
Conversation
LGTM for what it's worth |
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.
LGTM
docs/reference/cat/nodes.asciidoc
Outdated
@@ -184,7 +184,7 @@ segments |1.4kb | |||
|`segments.version_map_memory` |`svmm`, `segmentsVersionMapMemory` |No | |||
|Memory used by version map |1.0kb | |||
|`segments.fixed_bitset_memory` |`sfbm`, `fixedBitsetMemory` |No | |||
|Memory used by fixed bit sets for nested object field types and type filters for types referred in _parent fields |1.0kb | |||
|Memory used by fixed bit sets for nested object field types and type filters for types referred in `join fields |1.0kb |
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.
missing "`"?
@@ -1,89 +1,14 @@ | |||
[[default-mapping]] | |||
=== `_default_` mapping | |||
|
|||
The default mapping, which will be used as the base mapping for any new | |||
mapping types, can be customised by adding a mapping type with the name | |||
deprecated[6.0.0,See <<removal-of-types>>] |
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.
++
… type removal Closes #25401
thanks @jpountz for the review |
PR #25543 removed the `_uid` field in favor of the `_id` field, including for use in slicing. This removes an outdated reference to `_uid` in our reindex docs.
PR #25543 removed the `_uid` field in favor of the `_id` field, including for use in slicing. This removes an outdated reference to `_uid` in our reindex docs.
PR #25543 removed the `_uid` field in favor of the `_id` field, including for use in slicing. This removes an outdated reference to `_uid` in our reindex docs.
PR #25543 removed the `_uid` field in favor of the `_id` field, including for use in slicing. This removes an outdated reference to `_uid` in our reindex docs.
Closes #25401