Skip to content

Commit 959eee5

Browse files
committed
Deprecate various Percolate endpoints
1 parent f64345d commit 959eee5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Elasticsearch/Client.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,8 @@ public function count($params = array())
341341
* @param $params array Associative array of parameters
342342
*
343343
* @return array
344+
*
345+
* @deprecated
344346
*/
345347
public function countPercolate($params = array())
346348
{
@@ -373,6 +375,8 @@ public function countPercolate($params = array())
373375
* @param $params array Associative array of parameters
374376
*
375377
* @return array
378+
*
379+
* @deprecated
376380
*/
377381
public function percolate($params)
378382
{
@@ -406,6 +410,8 @@ public function percolate($params)
406410
* @param $params array Associative array of parameters
407411
*
408412
* @return array
413+
*
414+
* @deprecated
409415
*/
410416
public function mpercolate($params = array())
411417
{

0 commit comments

Comments
 (0)