OpenSearch/docs/reference/migration
Martijn van Groningen b9dc5acf2c Cleanup ParentFieldMapper:
* Remove remaining 1.x bwc logic.
* Stop storing stored fields and indexed terms. The _parent field's only purpose is to support joins between parent and child type and only storing doc values is sufficient.
* In the mapping the parent field mapper is now known under '{parent}#{child}' key, because this is the field the parent/child join uses too.
* Added new sub fetch phase to lookup that _parent field from doc values field if that is required (before this was fetched from stored _parent field)
* Removed the ability to query directly on `_parent` in the query dsl. Instead the `{parent}#{child}` field should be used. Under the hood a doc values query is used instead of a term query, because only doc values fields are stored now.
* Added a new `parent_id` query to easily query child documents with a specific parent id without having to know what join field to use
* Also in aggregations `_parent` field can't be used any more and `{parent}#{child}` field name should be used instead to aggregate directly on the _parent join field.
2016-01-20 16:56:22 +01:00
..
migrate_2_0 Merge pull request #15891 from sromocki/patch-1 2016-01-11 20:01:16 +01:00
index.asciidoc Add per-index setting to limit number of nested fields 2016-01-19 10:03:48 +01:00
migrate_1_0.asciidoc Remove warmers and the warmer API. 2016-01-07 09:57:07 +01:00
migrate_1_4.asciidoc Remove warmers and the warmer API. 2016-01-07 09:57:07 +01:00
migrate_1_6.asciidoc parent/child: Deprecated the `top_children` in favour of the `has_child` query. 2015-05-07 09:27:54 +02:00
migrate_2_0.asciidoc Docs: Made the list of breaking changes in each version more obvious 2015-11-08 12:59:07 +01:00
migrate_2_1.asciidoc Docs: Made the list of breaking changes in each version more obvious 2015-11-08 12:59:07 +01:00
migrate_2_2.asciidoc field stats: Added `min_value_as_string` and `max_value_as_string` response elements for all number based fields. The existing `min_value` and `max_value` will return the values as numbers instead. 2015-11-23 08:48:28 +01:00
migrate_2_3.asciidoc Add per-index setting to limit number of nested fields 2016-01-19 10:03:48 +01:00
migrate_3_0.asciidoc Cleanup ParentFieldMapper: 2016-01-20 16:56:22 +01:00