Commit b888bfe2b9d41daa9cb6eceb35c1db40ce110d1e
1 parent
bbc1b8fd
Exists in
master
and in
19 other branches
Renamed to unscoped_reindex_job [skip ci]
Showing
3 changed files
with
6 additions
and
2 deletions
Show diff stats
CHANGELOG.md
lib/searchkick/model.rb
... | ... | @@ -5,7 +5,7 @@ module Searchkick |
5 | 5 | :filterable, :geo_shape, :highlight, :ignore_above, :index_name, :index_prefix, :inheritance, :language, |
6 | 6 | :locations, :mappings, :match, :merge_mappings, :routing, :searchable, :settings, :similarity, |
7 | 7 | :special_characters, :stem_conversions, :suggest, :synonyms, :text_end, |
8 | - :text_middle, :text_start, :unscoped_reindex, :word, :wordnet, :word_end, :word_middle, :word_start] | |
8 | + :text_middle, :text_start, :unscoped_reindex_job, :word, :wordnet, :word_end, :word_middle, :word_start] | |
9 | 9 | raise ArgumentError, "unknown keywords: #{unknown_keywords.join(", ")}" if unknown_keywords.any? |
10 | 10 | |
11 | 11 | raise "Only call searchkick once per model" if respond_to?(:searchkick_index) | ... | ... |
lib/searchkick/reindex_v2_job.rb