Skip to content

Commit f64345d

Browse files
committed
Remove old percolate parameter on docblocks
1 parent 6dfc6a0 commit f64345d

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

BREAKING_CHANGES.md

Whitespace-only changes.

src/Elasticsearch/Client.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,6 @@ public function msearch($params = array())
684684
* ['id'] = (string) Specific document ID (when the POST method is used)
685685
* ['consistency'] = (enum) Explicit write consistency setting for the operation
686686
* ['parent'] = (string) ID of the parent document
687-
* ['percolate'] = (string) Percolator queries to execute while indexing the document
688687
* ['refresh'] = (boolean) Refresh the index after performing the operation
689688
* ['replication'] = (enum) Specific replication type
690689
* ['routing'] = (string) Specific routing value
@@ -767,7 +766,6 @@ public function bulk($params = array())
767766
* ['consistency'] = (enum) Explicit write consistency setting for the operation
768767
* ['op_type'] = (enum) Explicit operation type
769768
* ['parent'] = (string) ID of the parent document
770-
* ['percolate'] = (string) Percolator queries to execute while indexing the document
771769
* ['refresh'] = (boolean) Refresh the index after performing the operation
772770
* ['replication'] = (enum) Specific replication type
773771
* ['routing'] = (string) Specific routing value
@@ -1100,7 +1098,6 @@ public function clearScroll($params = array())
11001098
* ['fields'] = (list) A comma-separated list of fields to return in the response
11011099
* ['lang'] = (string) The script language (default: mvel)
11021100
* ['parent'] = (string) ID of the parent document
1103-
* ['percolate'] = (string) Perform percolation during the operation; use specific registered query name, attribute, or wildcard
11041101
* ['refresh'] = (boolean) Refresh the index after performing the operation
11051102
* ['replication'] = (enum) Specific replication type
11061103
* ['retry_on_conflict'] = (number) Specify how many times should the operation be retried when a conflict occurs (default: 0)

0 commit comments

Comments
 (0)