Module: Elasticsearch::Extensions::Reindex

Extended by:
Reindex
Included in:
Reindex
Defined in:
lib/elasticsearch/extensions/reindex.rb

Overview

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

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

Defined Under Namespace

Modules: API Classes: Reindex

Instance Method Summary collapse

Instance Method Details

#new(arguments = {}) ⇒ Object

Initialize a new instance of the Reindex class (shortcut)



21
22
23
# File 'lib/elasticsearch/extensions/reindex.rb', line 21

def new(arguments={})
  Reindex.new(arguments)
end