|
35769 | 35769 | } |
35770 | 35770 | } |
35771 | 35771 | }, |
| 35772 | + { |
| 35773 | + "description": "The maximum number of documents to reindex.\nBy default, all documents are reindexed.\nIf it is a value less then or equal to `scroll_size`, a scroll will not be used to retrieve the results for the operation.\n\nIf `conflicts` is set to `proceed`, the reindex operation could attempt to reindex more documents from the source than `max_docs` until it has successfully indexed `max_docs` documents into the target or it has gone through every document in the source query.", |
| 35774 | + "name": "max_docs", |
| 35775 | + "required": false, |
| 35776 | + "type": { |
| 35777 | + "kind": "instance_of", |
| 35778 | + "type": { |
| 35779 | + "name": "integer", |
| 35780 | + "namespace": "_types" |
| 35781 | + } |
| 35782 | + } |
| 35783 | + }, |
35772 | 35784 | { |
35773 | 35785 | "description": "The period each indexing waits for automatic index creation, dynamic mapping updates, and waiting for active shards.\nBy default, Elasticsearch waits for at least one minute before failing.\nThe actual wait time could be longer, particularly when multiple waits occur.", |
35774 | 35786 | "name": "timeout", |
|
35822 | 35834 | } |
35823 | 35835 | } |
35824 | 35836 | ], |
35825 | | - "specLocation": "_global/reindex/ReindexRequest.ts#L27-L170" |
| 35837 | + "specLocation": "_global/reindex/ReindexRequest.ts#L27-L178" |
35826 | 35838 | }, |
35827 | 35839 | { |
35828 | 35840 | "kind": "response", |
|
45402 | 45414 | } |
45403 | 45415 | } |
45404 | 45416 | }, |
| 45417 | + { |
| 45418 | + "description": "The number of hits matching the query to count accurately.\nIf `true`, the exact number of hits is returned at the cost of some performance.\nIf `false`, the response does not include the total number of hits matching the query.", |
| 45419 | + "name": "track_total_hits", |
| 45420 | + "required": false, |
| 45421 | + "serverDefault": "10000", |
| 45422 | + "type": { |
| 45423 | + "kind": "instance_of", |
| 45424 | + "type": { |
| 45425 | + "name": "TrackHits", |
| 45426 | + "namespace": "_global.search._types" |
| 45427 | + } |
| 45428 | + } |
| 45429 | + }, |
45405 | 45430 | { |
45406 | 45431 | "description": "If `true`, the hits and aggs layers will contain additional point features representing\nsuggested label positions for the original features.\n\n* `Point` and `MultiPoint` features will have one of the points selected.\n* `Polygon` and `MultiPolygon` features will have a single point generated, either the centroid, if it is within the polygon, or another point within the polygon selected from the sorted triangle-tree.\n* `LineString` features will likewise provide a roughly central point selected from the triangle-tree.\n* The aggregation results will provide one central point for each aggregation bucket.\n\nAll attributes from the original features will also be copied to the new label features.\nIn addition, the new features will be distinguishable using the tag `_mvt_label_position`.", |
45407 | 45432 | "name": "with_labels", |
|
45415 | 45440 | } |
45416 | 45441 | } |
45417 | 45442 | ], |
45418 | | - "specLocation": "_global/search_mvt/SearchMvtRequest.ts#L33-L327" |
| 45443 | + "specLocation": "_global/search_mvt/SearchMvtRequest.ts#L33-L334" |
45419 | 45444 | }, |
45420 | 45445 | { |
45421 | 45446 | "kind": "response", |
@@ -235296,56 +235321,8 @@ |
235296 | 235321 | "namespace": "security.get_user_privileges" |
235297 | 235322 | }, |
235298 | 235323 | "path": [], |
235299 | | - "query": [ |
235300 | | - { |
235301 | | - "description": "The name of the application. Application privileges are always associated with exactly one application. If you do not specify this parameter, the API returns information about all privileges for all applications.", |
235302 | | - "name": "application", |
235303 | | - "required": false, |
235304 | | - "type": { |
235305 | | - "kind": "instance_of", |
235306 | | - "type": { |
235307 | | - "name": "Name", |
235308 | | - "namespace": "_types" |
235309 | | - } |
235310 | | - } |
235311 | | - }, |
235312 | | - { |
235313 | | - "description": "The name of the privilege. If you do not specify this parameter, the API returns information about all privileges for the requested application.", |
235314 | | - "name": "priviledge", |
235315 | | - "required": false, |
235316 | | - "type": { |
235317 | | - "kind": "instance_of", |
235318 | | - "type": { |
235319 | | - "name": "Name", |
235320 | | - "namespace": "_types" |
235321 | | - } |
235322 | | - } |
235323 | | - }, |
235324 | | - { |
235325 | | - "name": "username", |
235326 | | - "required": false, |
235327 | | - "type": { |
235328 | | - "kind": "union_of", |
235329 | | - "items": [ |
235330 | | - { |
235331 | | - "kind": "instance_of", |
235332 | | - "type": { |
235333 | | - "name": "Name", |
235334 | | - "namespace": "_types" |
235335 | | - } |
235336 | | - }, |
235337 | | - { |
235338 | | - "kind": "instance_of", |
235339 | | - "type": { |
235340 | | - "name": "null", |
235341 | | - "namespace": "_builtins" |
235342 | | - } |
235343 | | - } |
235344 | | - ] |
235345 | | - } |
235346 | | - } |
235347 | | - ], |
235348 | | - "specLocation": "security/get_user_privileges/SecurityGetUserPrivilegesRequest.ts#L23-L49" |
| 235324 | + "query": [], |
| 235325 | + "specLocation": "security/get_user_privileges/SecurityGetUserPrivilegesRequest.ts#L22-L41" |
235349 | 235326 | }, |
235350 | 235327 | { |
235351 | 235328 | "kind": "response", |
@@ -235943,8 +235920,22 @@ |
235943 | 235920 | "namespace": "security.grant_api_key" |
235944 | 235921 | }, |
235945 | 235922 | "path": [], |
235946 | | - "query": [], |
235947 | | - "specLocation": "security/grant_api_key/SecurityGrantApiKeyRequest.ts#L24-L92" |
| 235923 | + "query": [ |
| 235924 | + { |
| 235925 | + "description": "If 'true', Elasticsearch refreshes the affected shards to make this operation\nvisible to search.\nIf 'wait_for', it waits for a refresh to make this operation visible to search.\nIf 'false', nothing is done with refreshes.", |
| 235926 | + "name": "refresh", |
| 235927 | + "required": false, |
| 235928 | + "serverDefault": "false", |
| 235929 | + "type": { |
| 235930 | + "kind": "instance_of", |
| 235931 | + "type": { |
| 235932 | + "name": "Refresh", |
| 235933 | + "namespace": "_types" |
| 235934 | + } |
| 235935 | + } |
| 235936 | + } |
| 235937 | + ], |
| 235938 | + "specLocation": "security/grant_api_key/SecurityGrantApiKeyRequest.ts#L24-L102" |
235948 | 235939 | }, |
235949 | 235940 | { |
235950 | 235941 | "kind": "response", |
@@ -248717,9 +248708,22 @@ |
248717 | 248708 | "namespace": "_types" |
248718 | 248709 | } |
248719 | 248710 | } |
| 248711 | + }, |
| 248712 | + { |
| 248713 | + "description": "If `true`, the request returns a response when the matching snapshots are all deleted.\nIf `false`, the request returns a response as soon as the deletes are scheduled.", |
| 248714 | + "name": "wait_for_completion", |
| 248715 | + "required": false, |
| 248716 | + "serverDefault": true, |
| 248717 | + "type": { |
| 248718 | + "kind": "instance_of", |
| 248719 | + "type": { |
| 248720 | + "name": "boolean", |
| 248721 | + "namespace": "_builtins" |
| 248722 | + } |
| 248723 | + } |
248720 | 248724 | } |
248721 | 248725 | ], |
248722 | | - "specLocation": "snapshot/delete/SnapshotDeleteRequest.ts#L24-L59" |
| 248726 | + "specLocation": "snapshot/delete/SnapshotDeleteRequest.ts#L24-L65" |
248723 | 248727 | }, |
248724 | 248728 | { |
248725 | 248729 | "kind": "response", |
|
0 commit comments