Module: Elasticsearch::Extensions::Reindex
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
Instance Method Summary collapse
-
#new(arguments = {}) ⇒ Object
Initialize a new instance of the Reindex class (shortcut).
Instance Method Details
#new(arguments = {}) ⇒ Object
Initialize a new instance of the Reindex class (shortcut)
38 39 40 |
# File 'lib/elasticsearch/extensions/reindex.rb', line 38 def new(arguments={}) Reindex.new(arguments) end |