module Elastics::LiveReindex

Public Instance Methods

should_prefix_index?() click to toggle source

this method will be overridden by the elastics-admin gem

# File lib/elastics/client_live_reindex.rb, line 7
def should_prefix_index?
  false
end
should_track_change?() click to toggle source

this method will be overridden by the elastics-admin gem

# File lib/elastics/client_live_reindex.rb, line 12
def should_track_change?
  false
end