Commit 9422179944a812bbc1d7fb9b9cdf9b6cc3893b52
1 parent
f36b2ffb
Exists in
master
and in
19 other branches
More details about 2.0 changes - #851
Showing
2 changed files
with
8 additions
and
0 deletions
Show diff stats
CHANGELOG.md
... | ... | @@ -45,6 +45,10 @@ Breaking changes |
45 | 45 | - Removed support for Elasticsearch 1 as it reaches [end of life](https://www.elastic.co/support/eol) |
46 | 46 | - Removed facets, legacy options, and legacy methods |
47 | 47 | - Invalid options now throw an `ArgumentError` |
48 | +- The `query` and `json` options have been removed in favor of `body` | |
49 | +- The `include` option has been removed in favor of `includes` | |
50 | +- The `personalize` option has been removed in favor of `boost_where` | |
51 | +- The `partial` option has been removed in favor of `operator` | |
48 | 52 | - Renamed `select_v2` to `select` (legacy `select` no longer available) |
49 | 53 | - The `_all` field is disabled if `searchable` option is used (for performance) |
50 | 54 | - The `partial_reindex(:method_name)` method has been replaced with `reindex(:method_name)` | ... | ... |
README.md
... | ... | @@ -1728,6 +1728,10 @@ Important notes are listed below. |
1728 | 1728 | - Removed support for Elasticsearch 1 as it reaches [end of life](https://www.elastic.co/support/eol) |
1729 | 1729 | - Removed facets, legacy options, and legacy methods |
1730 | 1730 | - Invalid options now throw an `ArgumentError` |
1731 | +- The `query` and `json` options have been removed in favor of `body` | |
1732 | +- The `include` option has been removed in favor of `includes` | |
1733 | +- The `personalize` option has been removed in favor of `boost_where` | |
1734 | +- The `partial` option has been removed in favor of `operator` | |
1731 | 1735 | - Renamed `select_v2` to `select` (legacy `select` no longer available) |
1732 | 1736 | - The `_all` field is disabled if `searchable` option is used (for performance) |
1733 | 1737 | - The `partial_reindex(:method_name)` method has been replaced with `reindex(:method_name)` | ... | ... |