dev-master
9999999-devA quick tool for reindexing your elasticsearch data
MIT
The Requires
by Martynas Sudintas
v0.1.0
0.1.0.0A quick tool for reindexing your elasticsearch data
MIT
The Requires
by Martynas Sudintas
Wallogit.com
2017 © Pedro Peláez
A quick tool for reindexing your elasticsearch data
A quick console tool for reindexing your elasticsearch data. It's made using only symfony/console and official elasticsearch php client., (*1)
# git clone https://github.com/martiis/elasticsearch-reindexer.git # cd elasticsearch-reindexer # composer install # bin/reindex <scan_index> <index_index>
# composer require martiis/elasticsearch-reindexer # vendor/bin/reindex <scan_index> <index_index>
Reindex command has few more arguments and options to play with:, (*2)
| Type | Name | Meaning |
|---|---|---|
| Argument | scan | Index name to scan |
| Argument | index | Index name to index |
| Option | host | Elasticsearch host |
| Option | port | Elasticsearch port |
| Option | bulk | Indexing bulk size |
A quick tool for reindexing your elasticsearch data
MIT
A quick tool for reindexing your elasticsearch data
MIT