From 959eee575c1c046813578f3972290d74b5e44f21 Mon Sep 17 00:00:00 2001 From: Zachary Tong Date: Mon, 9 May 2016 15:42:36 -0400 Subject: [PATCH] Deprecate various Percolate endpoints --- src/Elasticsearch/Client.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/Elasticsearch/Client.php b/src/Elasticsearch/Client.php index 421303a75..2ce331d97 100644 --- a/src/Elasticsearch/Client.php +++ b/src/Elasticsearch/Client.php @@ -341,6 +341,8 @@ public function count($params = array()) * @param $params array Associative array of parameters * * @return array + * + * @deprecated */ public function countPercolate($params = array()) { @@ -373,6 +375,8 @@ public function countPercolate($params = array()) * @param $params array Associative array of parameters * * @return array + * + * @deprecated */ public function percolate($params) { @@ -406,6 +410,8 @@ public function percolate($params) * @param $params array Associative array of parameters * * @return array + * + * @deprecated */ public function mpercolate($params = array()) {