elastic / libesvm

A library for managing instances of Elasticsearch
7 stars 14 forks source link

Update ES commands to use 5.0 syntax #31

Closed Bargs closed 8 years ago

Bargs commented 8 years ago

Most elasticsearch commands (like plugin) have been prefixed with elasticsearch in 5.0 (e.g. elasticsearch-plugin). ESVM needs to use these new commands when managing a 5.0 installation. There are probably other updates that need to be made for 5.0 that I'm not aware of, so this might need to be done in tandem with other changes.