OpenSearch/docs/reference/migration
Michael McCandless b4a095d430 Merge pull request #14121 from mikemccand/fair_indexing_buffers
The indexing buffer on a node (default: 10% of the JVM heap) is now a "shared pool" across all shards on that node.  This way, shards doing intense indexing can use much more than other shards doing only light indexing, and only once the sum of all indexing buffers across all shards exceeds the node's indexing buffer will we ask shards to move recently indexed documents to segments on disk.
2016-01-12 04:59:10 -05:00
..
migrate_2_0 Merge pull request #15891 from sromocki/patch-1 2016-01-11 20:01:16 +01:00
index.asciidoc Fix version order for breaking changes docs 2015-12-03 14:24:19 +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_3_0.asciidoc Merge pull request #14121 from mikemccand/fair_indexing_buffers 2016-01-12 04:59:10 -05:00