Skip to content

Releases: allegro/elasticsearch-reindex-tool

Elasticsearch reindex tool 1.1.2

11 Dec 07:55

Choose a tag to compare

New features:

  • support for Elasticsearch 2.x
  • query parameter for filtering reindex data
  • support for _routing field
  • parameter to disable cluster sniffing
    (This is useful in setups where only some nodes are accessible, e.g. due to network/vpn-setup)

Elasticsearch reindex tool 1.1.1

02 Jun 05:58

Choose a tag to compare

elasticsearch-reindex-tool-1.1.1

Elasticsearch reindex tool 1.1.0

01 Jun 13:58

Choose a tag to compare

README update with warning about common misuse,
Update with up to date test library

Elasticsearch reindex tool 1.0.0

01 Jun 13:58

Choose a tag to compare

Elasticsearch reindex tool provides easy way to rebuild indexes, it is also possible to move indexes between clusters. Multiple threads are used in order to query(read) and index(write) data. In order to do that efficiently, scan and scroll is used to retrieve batches of documents from the old index and then the bulk API to push them into new one.
Currently tool supports double type and string type fields. For double field type queries are spread into segments with given list of thresholds, for string type fields with given prefixes list.