I’m slowly trying to familiarize myself with ElasticSearch and the pyes
python interface. ElasticSearch uses a lot of plugins, and while the plugin
system is easy to use, it’s not obvious where to find the plugins.
They are here.
If you want to install the attachments plugin, you can do:
bin/plugin install mapper-attachments
And voilà it’s installed.