Commit 314c0964c68abc6ada1dfdaee7946c3b3db22b05

Authored by Andrew
1 parent ef81324a

Updated wording [skip ci]

Showing 2 changed files with 3 additions and 3 deletions   Show diff stats
@@ -7,7 +7,7 @@ Breaking changes @@ -7,7 +7,7 @@ Breaking changes
7 7
8 - Removed support for Elasticsearch 2 8 - Removed support for Elasticsearch 2
9 - Removed support for ActiveRecord < 4.2 and Mongoid < 5 9 - Removed support for ActiveRecord < 4.2 and Mongoid < 5
10 -- Types are no longer supported 10 +- Types are no longer used
11 - The `_all` field is disabled by default in Elasticsearch 5 11 - The `_all` field is disabled by default in Elasticsearch 5
12 - Conversions are not stemmed by default 12 - Conversions are not stemmed by default
13 - An `ArgumentError` is raised instead of a warning when options are incompatible with the `body` option 13 - An `ArgumentError` is raised instead of a warning when options are incompatible with the `body` option
docs/Searchkick-3-Upgrade.md
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 2
3 ## Before You Upgrade 3 ## Before You Upgrade
4 4
5 -Searchkick 3 not longer supports types, since they are deprecated in Elasticsearch 6. 5 +Searchkick 3 no longer uses types, since they are deprecated in Elasticsearch 6.
6 6
7 If you use inheritance, add to your parent model: 7 If you use inheritance, add to your parent model:
8 8
@@ -12,7 +12,7 @@ class Animal &lt; ApplicationRecord @@ -12,7 +12,7 @@ class Animal &lt; ApplicationRecord
12 end 12 end
13 ``` 13 ```
14 14
15 -And do a full reindex. 15 +And do a full reindex before upgrading.
16 16
17 ## Upgrading 17 ## Upgrading
18 18