phillro / node-elasticsearch-client

A client written in node for elastic search
364 stars 90 forks source link

Add a utility method for reindexing data from one index to another #101

Open pulkitsinghal opened 11 years ago

pulkitsinghal commented 11 years ago

A utility method for reindexing data from one index to another would be very helpful if the mapping for an index has changed.

I know of some php and perl alternatives that do this: http://euphonious-intuition.com/2012/08/reindexing-your-elasticsearch-data-with-scanscroll/ https://github.com/clintongormley/ElasticSearch.pm#reindex But I find myself wondering if this administrative task can be added to node clients such as this one, so folks don't have to jump languages?