[ANN] Elasticsearch reindex plugin

Hi Peter,

Cool plugin!
I think it's also relative to this issue:

I suppose that it only works in the same cluster and that _source must not be
disabled, isn't it?

Cheers
David.

Le 27 novembre 2012 à 15:35, Karussell tableyourtime@gmail.com a écrit :

Hi,

this is a plugin which wraps some 'reindex' functionality and executes this
on the server-side. This could be useful

  • if you want to change some index settings which are not updatable (like
    shard count etc => reindexing into a new index)
  • or if you want to change some type settings (reindexing into the same
    index)
  • or if you want to copy/update only specific data into another index =>
    therefor you can specify a query (default is match_all)

GitHub - karussell/elasticsearch-reindex: Simple re-indexing. To backup, apply index settings changes and more ElasticMagic

Let me know if you have problems or suggestions!

Regards,
Peter.

--

--
David Pilato
http://www.scrutmydocs.org/
http://dev.david.pilato.fr/
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

--