elasticsearch-reindex
elasticsearch-reindex copied to clipboard
Support 'create' op_type on reindex
There are some cases where I would not want the reindex process to overwrite existing documents in the destination index. An optional op_type parameter or at least option to choose between 'index' and 'create' operations would be nice. :)
Thanks.