Commit 4f7d524d7f72e6580e7624b27defda6b1863340e
1 parent
64f63d6c
Exists in
master
and in
17 other branches
No longer recently released [skip ci]
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
README.md
... | ... | @@ -46,10 +46,6 @@ Does your company use Searchkick? Want free advising? Fill out [this application |
46 | 46 | - [Elasticsearch DSL](#advanced) |
47 | 47 | - [Reference](#reference) |
48 | 48 | |
49 | -**Searchkick 3.0 was recently released!** See [how to upgrade](docs/Searchkick-3-Upgrade.md) | |
50 | - | |
51 | -Thinking of upgrading from Elasticsearch 5 to 6? [Read this first](#elasticsearch-5-to-6-upgrade) | |
52 | - | |
53 | 49 | ## Getting Started |
54 | 50 | |
55 | 51 | [Install Elasticsearch](https://www.elastic.co/guide/en/elasticsearch/reference/current/setup.html). For Homebrew, use: |
... | ... | @@ -1910,6 +1906,10 @@ Searchkick.index_suffix = ENV["TEST_ENV_NUMBER"] |
1910 | 1906 | |
1911 | 1907 | Check out [this great post](https://www.tiagoamaro.com.br/2014/12/11/multi-tenancy-with-searchkick/) on the [Apartment](https://github.com/influitive/apartment) gem. Follow a similar pattern if you use another gem. |
1912 | 1908 | |
1909 | +## Upgrading | |
1910 | + | |
1911 | +See [how to upgrade to Searchkick 3](docs/Searchkick-3-Upgrade.md) | |
1912 | + | |
1913 | 1913 | ## Elasticsearch 5 to 6 Upgrade |
1914 | 1914 | |
1915 | 1915 | Elasticsearch 6 removes the ability to reindex with the `_all` field. Before you upgrade, we recommend disabling this field manually and specifying default fields on your models. | ... | ... |