[DOCS] Add notable-breaking-changes tags (#40991)

This commit is contained in:
Lisa Cawley 2019-04-08 18:54:29 -07:00 committed by GitHub
parent 9e271b9ec2
commit 1ed4f215ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
21 changed files with 144 additions and 10 deletions

View File

@ -9,7 +9,6 @@ your application to Elasticsearch 7.0.
See also <<release-highlights>> and <<es-release-notes>>. See also <<release-highlights>> and <<es-release-notes>>.
* <<breaking_70_notable>>
* <<breaking_70_aggregations_changes>> * <<breaking_70_aggregations_changes>>
* <<breaking_70_cluster_changes>> * <<breaking_70_cluster_changes>>
* <<breaking_70_discovery_changes>> * <<breaking_70_discovery_changes>>
@ -32,13 +31,7 @@ See also <<release-highlights>> and <<es-release-notes>>.
* <<breaking_70_java_time_changes>> * <<breaking_70_java_time_changes>>
[float] [float]
[[breaking_70_notable]] === Indices created before 7.0
=== Notable changes
// NOTE: The content in this section is also used in the Installation and Upgrade Guide.
//tag::notable-breaking-changes[]
[float]
==== Indices created before 7.0
Elasticsearch 7.0 can read indices created in version 6.0 or above. An Elasticsearch 7.0 can read indices created in version 6.0 or above. An
Elasticsearch 7.0 node will not start in the presence of indices created in a Elasticsearch 7.0 node will not start in the presence of indices created in a
@ -53,8 +46,6 @@ Elasticsearch 6.x in order to be readable by Elasticsearch 7.x.
========================================= =========================================
// end::notable-breaking-changes[]
include::migrate_7_0/aggregations.asciidoc[] include::migrate_7_0/aggregations.asciidoc[]
include::migrate_7_0/analysis.asciidoc[] include::migrate_7_0/analysis.asciidoc[]
include::migrate_7_0/cluster.asciidoc[] include::migrate_7_0/cluster.asciidoc[]

View File

@ -2,6 +2,14 @@
[[breaking_70_aggregations_changes]] [[breaking_70_aggregations_changes]]
=== Aggregations changes === Aggregations changes
//NOTE: The notable-breaking-changes tagged regions are re-used in the
//Installation and Upgrade Guide
//tag::notable-breaking-changes[]
// end::notable-breaking-changes[]
[float] [float]
==== Deprecated `global_ordinals_hash` and `global_ordinals_low_cardinality` execution hints for terms aggregations have been removed ==== Deprecated `global_ordinals_hash` and `global_ordinals_low_cardinality` execution hints for terms aggregations have been removed

View File

@ -2,6 +2,13 @@
[[breaking_70_analysis_changes]] [[breaking_70_analysis_changes]]
=== Analysis changes === Analysis changes
//NOTE: The notable-breaking-changes tagged regions are re-used in the
//Installation and Upgrade Guide
//tag::notable-breaking-changes[]
// end::notable-breaking-changes[]
[float] [float]
==== Limiting the number of tokens produced by _analyze ==== Limiting the number of tokens produced by _analyze

View File

@ -2,6 +2,14 @@
[[breaking_70_api_changes]] [[breaking_70_api_changes]]
=== API changes === API changes
//NOTE: The notable-breaking-changes tagged regions are re-used in the
//Installation and Upgrade Guide
//tag::notable-breaking-changes[]
// end::notable-breaking-changes[]
[float] [float]
==== Internal Versioning is no longer supported for optimistic concurrency control ==== Internal Versioning is no longer supported for optimistic concurrency control

View File

@ -2,6 +2,13 @@
[[breaking_70_cluster_changes]] [[breaking_70_cluster_changes]]
=== Cluster changes === Cluster changes
//NOTE: The notable-breaking-changes tagged regions are re-used in the
//Installation and Upgrade Guide
//tag::notable-breaking-changes[]
// end::notable-breaking-changes[]
[float] [float]
==== `:` is no longer allowed in cluster name ==== `:` is no longer allowed in cluster name

View File

@ -2,6 +2,13 @@
[[breaking_70_discovery_changes]] [[breaking_70_discovery_changes]]
=== Discovery changes === Discovery changes
//NOTE: The notable-breaking-changes tagged regions are re-used in the
//Installation and Upgrade Guide
//tag::notable-breaking-changes[]
// end::notable-breaking-changes[]
[float] [float]
==== Cluster bootstrapping is required if discovery is configured ==== Cluster bootstrapping is required if discovery is configured

View File

@ -2,6 +2,13 @@
[[breaking_70_indices_changes]] [[breaking_70_indices_changes]]
=== Indices changes === Indices changes
//NOTE: The notable-breaking-changes tagged regions are re-used in the
//Installation and Upgrade Guide
//tag::notable-breaking-changes[]
// end::notable-breaking-changes[]
[float] [float]
==== Index creation no longer defaults to five shards ==== Index creation no longer defaults to five shards
Previous versions of Elasticsearch defaulted to creating five shards per index. Previous versions of Elasticsearch defaulted to creating five shards per index.

View File

@ -2,6 +2,13 @@
[[breaking_70_java_changes]] [[breaking_70_java_changes]]
=== Java API changes === Java API changes
//NOTE: The notable-breaking-changes tagged regions are re-used in the
//Installation and Upgrade Guide
//tag::notable-breaking-changes[]
// end::notable-breaking-changes[]
[float] [float]
==== `isShardsAcked` deprecated in `6.2` has been removed ==== `isShardsAcked` deprecated in `6.2` has been removed

View File

@ -1,3 +1,10 @@
//NOTE: The notable-breaking-changes tagged regions are re-used in the
//Installation and Upgrade Guide
//tag::notable-breaking-changes[]
// end::notable-breaking-changes[]
[float] [float]
[[breaking_70_java_time_changes]] [[breaking_70_java_time_changes]]
=== Replacing Joda-Time with java time === Replacing Joda-Time with java time

View File

@ -2,6 +2,13 @@
[[breaking_70_logging_changes]] [[breaking_70_logging_changes]]
=== Logging changes === Logging changes
//NOTE: The notable-breaking-changes tagged regions are re-used in the
//Installation and Upgrade Guide
//tag::notable-breaking-changes[]
// end::notable-breaking-changes[]
[float] [float]
==== New JSON format log files in `log` directory ==== New JSON format log files in `log` directory

View File

@ -2,6 +2,13 @@
[[breaking_70_low_level_restclient_changes]] [[breaking_70_low_level_restclient_changes]]
=== Low-level REST client changes === Low-level REST client changes
//NOTE: The notable-breaking-changes tagged regions are re-used in the
//Installation and Upgrade Guide
//tag::notable-breaking-changes[]
// end::notable-breaking-changes[]
[float] [float]
==== Support for `maxRetryTimeout` removed from RestClient ==== Support for `maxRetryTimeout` removed from RestClient

View File

@ -2,6 +2,13 @@
[[breaking_70_mappings_changes]] [[breaking_70_mappings_changes]]
=== Mapping changes === Mapping changes
//NOTE: The notable-breaking-changes tagged regions are re-used in the
//Installation and Upgrade Guide
//tag::notable-breaking-changes[]
// end::notable-breaking-changes[]
[float] [float]
==== The `_all` meta field is removed ==== The `_all` meta field is removed

View File

@ -2,6 +2,13 @@
[[breaking_70_node_changes]] [[breaking_70_node_changes]]
=== Node start up === Node start up
//NOTE: The notable-breaking-changes tagged regions are re-used in the
//Installation and Upgrade Guide
//tag::notable-breaking-changes[]
// end::notable-breaking-changes[]
[float] [float]
==== Nodes with left-behind data or metadata refuse to start ==== Nodes with left-behind data or metadata refuse to start
Repurposing an existing node by changing node.master or node.data to false can leave lingering on-disk metadata and Repurposing an existing node by changing node.master or node.data to false can leave lingering on-disk metadata and

View File

@ -2,6 +2,13 @@
[[breaking_70_packaging_changes]] [[breaking_70_packaging_changes]]
=== Packaging changes === Packaging changes
//NOTE: The notable-breaking-changes tagged regions are re-used in the
//Installation and Upgrade Guide
//tag::notable-breaking-changes[]
// end::notable-breaking-changes[]
[float] [float]
[[systemd-service-file-config]] [[systemd-service-file-config]]
==== systemd service file is no longer configuration ==== systemd service file is no longer configuration

View File

@ -2,6 +2,13 @@
[[breaking_70_plugins_changes]] [[breaking_70_plugins_changes]]
=== Plugins changes === Plugins changes
//NOTE: The notable-breaking-changes tagged regions are re-used in the
//Installation and Upgrade Guide
//tag::notable-breaking-changes[]
// end::notable-breaking-changes[]
[float] [float]
==== Azure Repository plugin ==== Azure Repository plugin

View File

@ -2,6 +2,13 @@
[[breaking_70_restclient_changes]] [[breaking_70_restclient_changes]]
=== High-level REST client changes === High-level REST client changes
//NOTE: The notable-breaking-changes tagged regions are re-used in the
//Installation and Upgrade Guide
//tag::notable-breaking-changes[]
// end::notable-breaking-changes[]
[float] [float]
==== API methods accepting `Header` argument have been removed ==== API methods accepting `Header` argument have been removed

View File

@ -2,6 +2,14 @@
[[breaking_70_scripting_changes]] [[breaking_70_scripting_changes]]
=== Scripting changes === Scripting changes
//NOTE: The notable-breaking-changes tagged regions are re-used in the
//Installation and Upgrade Guide
//tag::notable-breaking-changes[]
// end::notable-breaking-changes[]
[float] [float]
==== getDate() and getDates() removed ==== getDate() and getDates() removed

View File

@ -2,6 +2,13 @@
[[breaking_70_search_changes]] [[breaking_70_search_changes]]
=== Search and Query DSL changes === Search and Query DSL changes
//NOTE: The notable-breaking-changes tagged regions are re-used in the
//Installation and Upgrade Guide
//tag::notable-breaking-changes[]
// end::notable-breaking-changes[]
[float] [float]
==== Off-heap terms index ==== Off-heap terms index

View File

@ -2,6 +2,13 @@
[[breaking_70_settings_changes]] [[breaking_70_settings_changes]]
=== Settings changes === Settings changes
//NOTE: The notable-breaking-changes tagged regions are re-used in the
//Installation and Upgrade Guide
//tag::notable-breaking-changes[]
// end::notable-breaking-changes[]
[float] [float]
==== The default for `node.name` is now the hostname ==== The default for `node.name` is now the hostname

View File

@ -2,6 +2,13 @@
[[breaking_70_snapshotstats_changes]] [[breaking_70_snapshotstats_changes]]
=== Snapshot stats changes === Snapshot stats changes
//NOTE: The notable-breaking-changes tagged regions are re-used in the
//Installation and Upgrade Guide
//tag::notable-breaking-changes[]
// end::notable-breaking-changes[]
Snapshot stats details are provided in a new structured way: Snapshot stats details are provided in a new structured way:
* `total` section for all the files that are referenced by the snapshot. * `total` section for all the files that are referenced by the snapshot.

View File

@ -2,6 +2,13 @@
[[breaking_70_suggesters_changes]] [[breaking_70_suggesters_changes]]
=== Suggesters changes === Suggesters changes
//NOTE: The notable-breaking-changes tagged regions are re-used in the
//Installation and Upgrade Guide
//tag::notable-breaking-changes[]
// end::notable-breaking-changes[]
[float] [float]
==== Registration of suggesters in plugins has changed ==== Registration of suggesters in plugins has changed