Skip to content

Commit 71634cb

Browse files
Add link shard-request-cache
1 parent 520ad97 commit 71634cb

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

specification/_global/delete_by_query/DeleteByQueryRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ export interface Request extends RequestBase {
219219
/**
220220
* If `true`, the request cache is used for this request.
221221
* Defaults to the index-level setting.
222+
* @ext_doc_id shard-request-cache
222223
*/
223224
request_cache?: boolean
224225
/**

specification/_global/update_by_query/UpdateByQueryRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ export interface Request extends RequestBase {
243243
/**
244244
* If `true`, the request cache is used for this request.
245245
* It defaults to the index-level setting.
246+
* @ext_doc_id shard-request-cache
246247
*/
247248
request_cache?: boolean
248249
/**

specification/async_search/submit/AsyncSearchSubmitRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ export interface Request extends RequestBase {
196196
/**
197197
* Specify if request cache should be used for this request or not, defaults to true
198198
* @server_default true
199+
* @ext_doc_id shard-request-cache
199200
*/
200201
request_cache?: boolean
201202
/**

0 commit comments

Comments
 (0)