Commit
61a94efb33d1c186df41c351e73b8cdf983d4018
Exists in
master
and in
21 other branches
allow_missing, conversions_period, conversions_v2, eager_load, find_in_batches, highlighted, index_name, lazy_index_name, less_deps, nested, reindex_async_threads, reindex_refactor, relation, relation_search, routing_queue, scope_attributes, search_as_you_type, synonyms_ci, test_language, threads, wildcard
Added note to start the Elasticsearch server - closes #554 and closes #511
| @@ -35,6 +35,9 @@ Plus: |
| @@ -35,6 +35,9 @@ Plus: |
35
| |
35
| |
36
| ```sh |
36
| ```sh |
37
| brew install elasticsearch |
37
| brew install elasticsearch |
| |
38
| + |
| |
39
| +# start the server |
| |
40
| +elasticsearch |
38
| ``` |
41
| ``` |
39
| |
42
| |
40
| Add this line to your application’s Gemfile: |
43
| Add this line to your application’s Gemfile: |