Commit
35dad7d7d4aff285c232a4b9acee9dcc86ed96af
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
No need to refresh
| @@ -40,7 +40,6 @@ module Searchkick |
| @@ -40,7 +40,6 @@ module Searchkick |
40
| indices.each do |index| |
40
| indices.each do |index| |
41
| Tire::Index.new(index).delete |
41
| Tire::Index.new(index).delete |
42
| end |
42
| end |
43
| - tire.index.refresh |
| |
44
| indices |
43
| indices |
45
| end |
44
| end |
46
| |
45
| |