You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Elasticsearch/Client.php
+14-31Lines changed: 14 additions & 31 deletions
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@
65
65
* Class Client
66
66
*
67
67
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
68
-
* and Elasticsearch 7.16.0-SNAPSHOT (dfc9a8e7563ed5f24b5210ed21ed92ae182cd0ee)
68
+
* and Elasticsearch 7.16.0-SNAPSHOT (77a65eb1c87e755ec61b0c01175566f0c8ba1494)
69
69
*/
70
70
class Client
71
71
{
@@ -523,9 +523,6 @@ public function delete(array $params = [])
523
523
* $params['size'] = (number) Deprecated, please use `max_docs` instead
524
524
* $params['max_docs'] = (number) Maximum number of documents to process (default: all documents)
525
525
* $params['sort'] = (list) A comma-separated list of <field>:<direction> pairs
526
-
* $params['_source'] = (list) True or false to return the _source field or not, or a list of fields to return
527
-
* $params['_source_excludes'] = (list) A list of fields to exclude from the returned _source field
528
-
* $params['_source_includes'] = (list) A list of fields to extract and return from the _source field
529
526
* $params['terminate_after'] = (number) The maximum number of documents to collect for each shard, upon reaching which the query execution will terminate early.
530
527
* $params['stats'] = (list) Specific 'tag' of the request for logging and statistical purposes
531
528
* $params['version'] = (boolean) Specify whether to return document version as part of a hit
@@ -811,9 +808,6 @@ public function getScript(array $params = [])
811
808
* @param array $params Associative array of parameters
@@ -1080,7 +1071,7 @@ public function mtermvectors(array $params = [])
1080
1071
* $params['routing'] = (string) Specific routing value
1081
1072
* $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
1082
1073
* $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices that are open, closed or both. (Options = open,closed,hidden,none,all) (Default = open)
1083
-
* $params['keep_alive'] = (string) Specific the time to live for the point in time
1074
+
* $params['keep_alive'] = (string) Specific the time to live for the point in time (Required)
1084
1075
*
1085
1076
* @param array $params Associative array of parameters
1086
1077
* @return array
@@ -1158,9 +1149,6 @@ public function putScript(array $params = [])
1158
1149
* @param array $params Associative array of parameters
* @note This API is EXPERIMENTAL and may be changed or removed completely in a future release
1163
-
*
1164
1152
*/
1165
1153
publicfunctionrankEval(array$params = [])
1166
1154
{
@@ -1367,17 +1355,18 @@ public function search(array $params = [])
1367
1355
/**
1368
1356
* Searches a vector tile for geospatial values. Returns results as a binary Mapbox vector tile.
1369
1357
*
1370
-
* $params['index'] = (list) Comma-separated list of data streams, indices, or aliases to search
1371
-
* $params['field'] = (string) Field containing geospatial data to return
1372
-
* $params['zoom'] = (int) Zoom level for the vector tile to search
1373
-
* $params['x'] = (int) X coordinate for the vector tile to search
1374
-
* $params['y'] = (int) Y coordinate for the vector tile to search
1375
-
* $params['exact_bounds'] = (boolean) If false, the meta layer's feature is the bounding box of the tile. If true, the meta layer's feature is a bounding box resulting from a `geo_bounds` aggregation. (Default = false)
1376
-
* $params['extent'] = (int) Size, in pixels, of a side of the vector tile. (Default = 4096)
1377
-
* $params['grid_precision'] = (int) Additional zoom levels available through the aggs layer. Accepts 0-8. (Default = 8)
1378
-
* $params['grid_type'] = (enum) Determines the geometry type for features in the aggs layer. (Options = grid,point) (Default = grid)
1379
-
* $params['size'] = (int) Maximum number of features to return in the hits layer. Accepts 0-10000. (Default = 10000)
1380
-
* $params['body'] = (array) Search request body.
1358
+
* $params['index'] = (list) Comma-separated list of data streams, indices, or aliases to search
1359
+
* $params['field'] = (string) Field containing geospatial data to return
1360
+
* $params['zoom'] = (int) Zoom level for the vector tile to search
1361
+
* $params['x'] = (int) X coordinate for the vector tile to search
1362
+
* $params['y'] = (int) Y coordinate for the vector tile to search
1363
+
* $params['exact_bounds'] = (boolean) If false, the meta layer's feature is the bounding box of the tile. If true, the meta layer's feature is a bounding box resulting from a `geo_bounds` aggregation. (Default = false)
1364
+
* $params['extent'] = (int) Size, in pixels, of a side of the vector tile. (Default = 4096)
1365
+
* $params['grid_precision'] = (int) Additional zoom levels available through the aggs layer. Accepts 0-8. (Default = 8)
1366
+
* $params['grid_type'] = (enum) Determines the geometry type for features in the aggs layer. (Options = grid,point,centroid) (Default = grid)
1367
+
* $params['size'] = (int) Maximum number of features to return in the hits layer. Accepts 0-10000. (Default = 10000)
1368
+
* $params['track_total_hits'] = (boolean|long) Indicate if the number of documents that match the query should be tracked. A number can also be specified, to accurately track the total hit count up to the number.
1369
+
* $params['body'] = (array) Search request body.
1381
1370
*
1382
1371
* @param array $params Associative array of parameters
1383
1372
* @return array
@@ -1481,9 +1470,6 @@ public function searchTemplate(array $params = [])
1481
1470
* @param array $params Associative array of parameters
* @note This API is BETA and may change in ways that are not backwards compatible
1486
-
*
1487
1473
*/
1488
1474
publicfunctiontermsEnum(array$params = [])
1489
1475
{
@@ -1604,9 +1590,6 @@ public function update(array $params = [])
1604
1590
* $params['size'] = (number) Deprecated, please use `max_docs` instead
1605
1591
* $params['max_docs'] = (number) Maximum number of documents to process (default: all documents)
1606
1592
* $params['sort'] = (list) A comma-separated list of <field>:<direction> pairs
1607
-
* $params['_source'] = (list) True or false to return the _source field or not, or a list of fields to return
1608
-
* $params['_source_excludes'] = (list) A list of fields to exclude from the returned _source field
1609
-
* $params['_source_includes'] = (list) A list of fields to extract and return from the _source field
1610
1593
* $params['terminate_after'] = (number) The maximum number of documents to collect for each shard, upon reaching which the query execution will terminate early.
1611
1594
* $params['stats'] = (list) Specific 'tag' of the request for logging and statistical purposes
1612
1595
* $params['version'] = (boolean) Specify whether to return document version as part of a hit
0 commit comments