Skip to content

Commit

Permalink
Remove old percolate parameter on docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
polyfractal committed May 9, 2016
1 parent 6dfc6a0 commit f64345d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Empty file added BREAKING_CHANGES.md
Empty file.
3 changes: 0 additions & 3 deletions src/Elasticsearch/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,6 @@ public function msearch($params = array())
* ['id'] = (string) Specific document ID (when the POST method is used)
* ['consistency'] = (enum) Explicit write consistency setting for the operation
* ['parent'] = (string) ID of the parent document
* ['percolate'] = (string) Percolator queries to execute while indexing the document
* ['refresh'] = (boolean) Refresh the index after performing the operation
* ['replication'] = (enum) Specific replication type
* ['routing'] = (string) Specific routing value
Expand Down Expand Up @@ -767,7 +766,6 @@ public function bulk($params = array())
* ['consistency'] = (enum) Explicit write consistency setting for the operation
* ['op_type'] = (enum) Explicit operation type
* ['parent'] = (string) ID of the parent document
* ['percolate'] = (string) Percolator queries to execute while indexing the document
* ['refresh'] = (boolean) Refresh the index after performing the operation
* ['replication'] = (enum) Specific replication type
* ['routing'] = (string) Specific routing value
Expand Down Expand Up @@ -1100,7 +1098,6 @@ public function clearScroll($params = array())
* ['fields'] = (list) A comma-separated list of fields to return in the response
* ['lang'] = (string) The script language (default: mvel)
* ['parent'] = (string) ID of the parent document
* ['percolate'] = (string) Perform percolation during the operation; use specific registered query name, attribute, or wildcard
* ['refresh'] = (boolean) Refresh the index after performing the operation
* ['replication'] = (enum) Specific replication type
* ['retry_on_conflict'] = (number) Specify how many times should the operation be retried when a conflict occurs (default: 0)
Expand Down

0 comments on commit f64345d

Please sign in to comment.