Skip to content

Commit

Permalink
Deprecate various Percolate endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
polyfractal committed May 9, 2016
1 parent f64345d commit 959eee5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Elasticsearch/Client.php
Expand Up @@ -341,6 +341,8 @@ public function count($params = array())
* @param $params array Associative array of parameters
*
* @return array
*
* @deprecated
*/
public function countPercolate($params = array())
{
Expand Down Expand Up @@ -373,6 +375,8 @@ public function countPercolate($params = array())
* @param $params array Associative array of parameters
*
* @return array
*
* @deprecated
*/
public function percolate($params)
{
Expand Down Expand Up @@ -406,6 +410,8 @@ public function percolate($params)
* @param $params array Associative array of parameters
*
* @return array
*
* @deprecated
*/
public function mpercolate($params = array())
{
Expand Down

0 comments on commit 959eee5

Please sign in to comment.