Skip to content

Commit 6b780e9

Browse files
committed
[DOCS] Fixing formatting issues in breaking changes
1 parent 609a167 commit 6b780e9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/reference/migration/migrate_7_0/api.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[[breaking_70_api_changes]]
2-
=== Breaking API changes in 7.0
2+
=== API changes
33

44
==== Camel case and underscore parameters deprecated in 6.x have been removed
55
A number of duplicate parameters deprecated in 6.x have been removed from

docs/reference/migration/migrate_7_0/java.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The `prepareExecute` method which created a request builder has been
1313
removed from the client api. Instead, construct a builder for the
1414
appropriate request directly.
1515

16-
=== Some Aggregation classes have moved packages
16+
==== Some Aggregation classes have moved packages
1717

1818
* All classes present in `org.elasticsearch.search.aggregations.metrics.*` packages
1919
were moved to a single `org.elasticsearch.search.aggregations.metrics` package.

docs/reference/migration/migrate_7_0/mappings.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ the index setting `index.mapping.nested_objects.limit`.
3131

3232
This option is useless now that all indices have at most one type.
3333

34-
=== The `classic` similarity has been removed
34+
==== The `classic` similarity has been removed
3535

3636
The `classic` similarity relied on coordination factors for scoring to be good
3737
in presence of stopwords in the query. This feature has been removed from
3838
Lucene, which means that the `classic` similarity now produces scores of lower
3939
quality. It is advised to switch to `BM25` instead, which is widely accepted
4040
as a better alternative.
4141

42-
=== Similarities fail when unsupported options are provided
42+
==== Similarities fail when unsupported options are provided
4343

4444
An error will now be thrown when unknown configuration options are provided
4545
to similarities. Such unknown parameters were ignored before.

0 commit comments

Comments
 (0)