From f64345df0c6c8a4189e7a8ba5c7c1b6612bf7930 Mon Sep 17 00:00:00 2001 From: Zachary Tong Date: Mon, 9 May 2016 15:40:02 -0400 Subject: [PATCH] Remove old `percolate` parameter on docblocks --- BREAKING_CHANGES.md | 0 src/Elasticsearch/Client.php | 3 --- 2 files changed, 3 deletions(-) create mode 100644 BREAKING_CHANGES.md diff --git a/BREAKING_CHANGES.md b/BREAKING_CHANGES.md new file mode 100644 index 000000000..e69de29bb diff --git a/src/Elasticsearch/Client.php b/src/Elasticsearch/Client.php index 3d00b93e0..421303a75 100644 --- a/src/Elasticsearch/Client.php +++ b/src/Elasticsearch/Client.php @@ -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 @@ -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 @@ -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)