martiis/elasticsearch-reindexer
最新稳定版本:v0.1.0
Composer 安装命令:
composer require martiis/elasticsearch-reindexer
包简介
A quick tool for reindexing your elasticsearch data
README 文档
README
A quick console tool for reindexing your elasticsearch data. It's made using only symfony/console and official elasticsearch php client.
setup
basic way
# git clone https://github.com/martiis/elasticsearch-reindexer.git
# cd elasticsearch-reindexer
# composer install
# bin/reindex <scan_index> <index_index>
composer way
# composer require martiis/elasticsearch-reindexer
# vendor/bin/reindex <scan_index> <index_index>
usage
Reindex command has few more arguments and options to play with:
| 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 |
统计信息
- 总下载量: 918
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-11-01