OpenSearch/docs/reference/migration
Martijn van Groningen 7914d0f940 Several MapperService cleanups:
* Cleaned up MapperService#searchFilter(...) and moved it DefaultSearchContext, since it that class was the only user. As part of the cleanup percolate query documents are no longer excluded from the search response.
* Removed resolveClosestNestedObjectMapper(...) method as it was no longer used.
* Removed DocumentTypeListener infrastructure. Before it was used by the percolator and parent/child, but these features no longer use it.

Closes #15924
2016-01-20 22:26:56 +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 Several MapperService cleanups: 2016-01-20 22:26:56 +01:00