Skip to content

Commit 7c9d9ec

Browse files
committed
Update allow_partial_results docs
1 parent 950456d commit 7c9d9ec

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

rest-api-spec/src/main/resources/rest-api-spec/api/esql.async_query.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
},
3838
"allow_partial_results": {
3939
"type": "boolean",
40-
"description": "If `true`, partial results will be returned if there are shard failures, but\nthe query can continue to execute on other clusters and shards.",
41-
"default": false
40+
"description": "If `true`, partial results will be returned if there are shard failures, but\nthe query can continue to execute on other clusters and shards.\nIf `false`, the entire query will fail if there are\nany failures.",
41+
"default": true
4242
}
4343
},
4444
"body":{

rest-api-spec/src/main/resources/rest-api-spec/api/esql.query.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
},
3838
"allow_partial_results": {
3939
"type": "boolean",
40-
"description": "If `true`, partial results will be returned if there are shard failures, but\nthe query can continue to execute on other clusters and shards.",
41-
"default": false
40+
"description": "If `true`, partial results will be returned if there are shard failures, but\nthe query can continue to execute on other clusters and shards.\nIf `false`, the entire query will fail if there are\nany failures.",
41+
"default": true
4242
}
4343
},
4444
"body":{

0 commit comments

Comments
 (0)