module Elasticsearch::Extensions::Reindex

This module allows copying documents from one index/cluster to another one

When required together with the client, it will add the `reindex` method

@see Reindex::Reindex.initialize @see Reindex::Reindex#perform

@see www.rubydoc.info/gems/elasticsearch-api/Elasticsearch/API/Actions#reindex-instance_method

Public Instance Methods

new(arguments={}) click to toggle source

Initialize a new instance of the Reindex class (shortcut)

@see Reindex::Reindex.initialize

# File lib/elasticsearch/extensions/reindex.rb, line 38
def new(arguments={})
  Reindex.new(arguments)
end