@@ -684,7 +684,6 @@ public function msearch($params = array())
684
684
* ['id'] = (string) Specific document ID (when the POST method is used)
685
685
* ['consistency'] = (enum) Explicit write consistency setting for the operation
686
686
* ['parent'] = (string) ID of the parent document
687
- * ['percolate'] = (string) Percolator queries to execute while indexing the document
688
687
* ['refresh'] = (boolean) Refresh the index after performing the operation
689
688
* ['replication'] = (enum) Specific replication type
690
689
* ['routing'] = (string) Specific routing value
@@ -767,7 +766,6 @@ public function bulk($params = array())
767
766
* ['consistency'] = (enum) Explicit write consistency setting for the operation
768
767
* ['op_type'] = (enum) Explicit operation type
769
768
* ['parent'] = (string) ID of the parent document
770
- * ['percolate'] = (string) Percolator queries to execute while indexing the document
771
769
* ['refresh'] = (boolean) Refresh the index after performing the operation
772
770
* ['replication'] = (enum) Specific replication type
773
771
* ['routing'] = (string) Specific routing value
@@ -1100,7 +1098,6 @@ public function clearScroll($params = array())
1100
1098
* ['fields'] = (list) A comma-separated list of fields to return in the response
1101
1099
* ['lang'] = (string) The script language (default: mvel)
1102
1100
* ['parent'] = (string) ID of the parent document
1103
- * ['percolate'] = (string) Perform percolation during the operation; use specific registered query name, attribute, or wildcard
1104
1101
* ['refresh'] = (boolean) Refresh the index after performing the operation
1105
1102
* ['replication'] = (enum) Specific replication type
1106
1103
* ['retry_on_conflict'] = (number) Specify how many times should the operation be retried when a conflict occurs (default: 0)
0 commit comments