Commit
f84a5b3e3829cd8870097473e9676c974d658c17
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
Refresh index after reindex - closes #58
| @@ -35,6 +35,8 @@ module Searchkick |
| @@ -35,6 +35,8 @@ module Searchkick |
35
| searchkick_import(index) # import after swap |
35
| searchkick_import(index) # import after swap |
36
| end |
36
| end |
37
| |
37
| |
| |
38
| + index.refresh |
| |
39
| + |
38
| true |
40
| true |
39
| end |
41
| end |
40
| |
42
| |