Sha256: c8ac00cc2b4cdbf1f4c1221c675c318d4e74f5cb41026101e7ba656c77620a60

Contents?: true

Size: 291 Bytes

Versions: 6

Compression:

Stored size: 291 Bytes

Contents

module Elastics
  module LiveReindex

    extend self

    # this method will be overridden by the elastics-admin gem
    def should_prefix_index?
      false
    end

    # this method will be overridden by the elastics-admin gem
    def should_track_change?
      false
    end

  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
elastics-client-1.3.3 lib/elastics/client_live_reindex.rb
elastics-client-1.3.2 lib/elastics/client_live_reindex.rb
elastics-client-1.3.1 lib/elastics/client_live_reindex.rb
elastics-client-1.3.0 lib/elastics/client_live_reindex.rb
elastics-client-1.2.1 lib/elastics/client_live_reindex.rb
elastics-client-1.2.0 lib/elastics/client_live_reindex.rb