diff --git a/lib/searchkick/index.rb b/lib/searchkick/index.rb index 666d237..b55af65 100644 --- a/lib/searchkick/index.rb +++ b/lib/searchkick/index.rb @@ -349,7 +349,6 @@ module Searchkick # https://gist.github.com/jarosan/3124884 # http://www.elasticsearch.org/blog/changing-mapping-with-zero-downtime/ - # TODO deprecate async in favor of mode: :async, wait: true/false def full_reindex(relation, import: true, resume: false, retain: false, mode: :inline, refresh_interval: nil, scope: nil, wait: nil) raise ArgumentError, "wait only available in :async mode" if !wait.nil? && mode != :async -- libgit2 0.21.0