From 49a42cb5ac2e29668d2ac584e1a84d9818b047ea Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Tue, 3 Nov 2015 06:16:52 +0100 Subject: Support elasticsearch 2.0. Requires the delete-by-query plugin for elasticsearch. --- README.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 6916a35..53293cb 100644 --- a/README.rst +++ b/README.rst @@ -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 -- cgit v1.2.3