Skip to content

Commit 377ff7e

Browse files
committed
Fix 7.4 migration docs
This page was using the wrong formatting markup.
1 parent a9f5bb9 commit 377ff7e

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

docs/reference/migration/migrate_7_4.asciidoc

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,33 +16,34 @@ coming[7.4.0]
1616

1717
//tag::notable-breaking-changes[]
1818

19-
// end::notable-breaking-changes[]
19+
//end::notable-breaking-changes[]
2020

21+
[discrete]
2122
[[breaking_74_plugin_changes]]
2223
=== Plugins changes
2324

24-
[float]
25+
[discrete]
2526
==== TokenizerFactory changes
2627

2728
TokenizerFactory now has a `name()` method that must be implemented. Most
2829
plugin-provided TokenizerFactory implementations will extend `AbstractTokenizerFactory`,
2930
which now takes a `name` parameter in its constructor.
3031

31-
[float]
32+
[discrete]
3233
[[breaking_74_search_changes]]
3334
=== Search Changes
3435

35-
[float]
36+
[discrete]
3637
==== Forbid empty doc values in vector functions
3738
If a document doesn't have a value for a vector field (dense_vector
3839
or sparse_vector) on which a vector function is executed, an error will
3940
be thrown.
4041

41-
[float]
42+
[discrete]
4243
[[breaking_74_snapshots_changes]]
4344
=== Snapshot and Restore changes
4445

45-
[float]
46+
[discrete]
4647
==== The S3 repository plugin uses the DNS style access pattern by default
4748

4849
Starting in version 7.4 the `repository-s3` plugin does not use the
@@ -57,23 +58,23 @@ https://aws.amazon.com/blogs/aws/amazon-s3-path-deprecation-plan-the-rest-of-the
5758
announcement] that the path-style access pattern is deprecated and will be
5859
unsupported on buckets created after September 30th 2020.
5960

60-
[float]
61-
[[breaking_80_http_changes]]
61+
[discrete]
62+
[[breaking_74_http_changes]]
6263
=== HTTP changes
6364

64-
[float]
65+
[discrete]
6566
==== Changes to Encoding Plus Signs in URLs
6667

6768
Starting in version 7.4, a `+` in a URL will be encoded as `%2B` by all REST API functionality. Prior versions handled a `+` as a single space.
6869
If your application requires handling `+` as a single space you can return to the old behaviour by setting the system property
6970
`es.rest.url_plus_as_space` to `true`. Note that this behaviour is deprecated and setting this system property to `true` will cease
7071
to be supported in version 8.
7172

72-
[float]
73+
[discrete]
7374
[[breaking_74_cluster_changes]]
7475
=== Cluster changes
7576

76-
[float]
77+
[discrete]
7778
==== Rerouting after starting a shard runs at lower priority
7879

7980
After starting each shard the elected master node must perform a reroute to
@@ -92,11 +93,11 @@ pending reroutes have completed too, but starting in version 7.4 if you want to
9293
wait for the rerouting process to completely finish you should add the
9394
`wait_for_events=languid` query parameter when calling these APIs.
9495

95-
[float]
96+
[discrete]
9697
[[breaking_74_allocation_changes]]
9798
=== Allocation changes
9899

99-
[float]
100+
[discrete]
100101
==== Auto-release of read-only-allow-delete block
101102

102103
If a node exceeds the flood-stage disk watermark then {es} adds the
@@ -114,11 +115,11 @@ You should use the `index.blocks.read_only` block instead. This behaviour can
114115
be disabled by setting the system property
115116
`es.disk.auto_release_flood_stage_block` to `false`.
116117

117-
[float]
118+
[discrete]
118119
[[breaking_74_settings_changes]]
119120
=== Settings changes
120121

121-
[float]
122+
[discrete]
122123
[[deprecate-processors]]
123124
==== `processors` setting is being replaced by `node.processors`
124125

0 commit comments

Comments
 (0)