File tree 3 files changed +4
-4
lines changed
docs/reference/migration/migrate_7_0
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[[breaking_70_api_changes]]
2
- === Breaking API changes in 7.0
2
+ === API changes
3
3
4
4
==== Camel case and underscore parameters deprecated in 6.x have been removed
5
5
A number of duplicate parameters deprecated in 6.x have been removed from
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ The `prepareExecute` method which created a request builder has been
13
13
removed from the client api. Instead, construct a builder for the
14
14
appropriate request directly.
15
15
16
- === Some Aggregation classes have moved packages
16
+ ==== Some Aggregation classes have moved packages
17
17
18
18
* All classes present in `org.elasticsearch.search.aggregations.metrics.*` packages
19
19
were moved to a single `org.elasticsearch.search.aggregations.metrics` package.
Original file line number Diff line number Diff line change @@ -31,15 +31,15 @@ the index setting `index.mapping.nested_objects.limit`.
31
31
32
32
This option is useless now that all indices have at most one type.
33
33
34
- === The `classic` similarity has been removed
34
+ ==== The `classic` similarity has been removed
35
35
36
36
The `classic` similarity relied on coordination factors for scoring to be good
37
37
in presence of stopwords in the query. This feature has been removed from
38
38
Lucene, which means that the `classic` similarity now produces scores of lower
39
39
quality. It is advised to switch to `BM25` instead, which is widely accepted
40
40
as a better alternative.
41
41
42
- === Similarities fail when unsupported options are provided
42
+ ==== Similarities fail when unsupported options are provided
43
43
44
44
An error will now be thrown when unknown configuration options are provided
45
45
to similarities. Such unknown parameters were ignored before.
You can’t perform that action at this time.
0 commit comments