- elasticsearch 1.7 - 2.1
- analysis-kuromoji
- analysis-icu
# 1. Clone this repository
git clone https://github.com/KunihikoKido/elasticsearch-index-templates.git
# 2. Create and activate a virtualenv for python
cd elasticsearch-index-templates
virtualenv env
source env/bin/activate
# 3. Install python modules.
pip install -r requirements.txt
default: localhost:9200
# Deploy to localhost:9200
fab deploy
Example deploy to other host
# Deploy to example.org:9200
fab deploy:example.org:9200
default: localhost:9200
# Delete from localhost:9200
fab delete
Example delete from other host
# Delete from example.org:9200
fab delete:example.org:9200