elasticsearch-lua icon indicating copy to clipboard operation
elasticsearch-lua copied to clipboard

Reindex should expect host instead of client.

Open pmusa opened this issue 9 years ago • 0 comments

In order to make it very easy to use we should create and kill the client inside the reindex function.

function helpers.reindex(sourceClient, sourceIndex, targetIndex, query, targetClient, scroll)

pmusa avatar Apr 16 '16 17:04 pmusa