diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2015-11-03 06:16:52 +0100 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2015-11-03 07:31:39 +0100 |
| commit | 49a42cb5ac2e29668d2ac584e1a84d9818b047ea (patch) | |
| tree | 7d901e1dd4a2b0792b0928621337b51cf7c5a0b7 /README.rst | |
| parent | 452e1b3912216facc7aa5f21627affac66cd35fb (diff) | |
| download | phorkie-49a42cb5ac2e29668d2ac584e1a84d9818b047ea.tar.gz phorkie-49a42cb5ac2e29668d2ac584e1a84d9818b047ea.zip | |
Support elasticsearch 2.0.
Requires the delete-by-query plugin for elasticsearch.
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -155,9 +155,15 @@ phorkie makes use of an Elasticsearch__ installation, if you have one. It is used to provide search capabilities and the list of recent pastes. -Elasticsearch version 1.3 is supported. +Elasticsearch version 2.0 is supported. + +You have to install the `delete-by-query`__ plugin:: + + $ cd /usr/share/elasticsearch + $ bin/plugin install delete-by-query __ http://www.elasticsearch.org/ +__ https://www.elastic.co/guide/en/elasticsearch/plugins/2.0/plugins-delete-by-query.html Setup |
