We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
terminate_after
1 parent f9e5529 commit 377a43cCopy full SHA for 377a43c
rest-api-spec/src/main/resources/rest-api-spec/api/count.json
@@ -67,6 +67,10 @@
67
"lenient": {
68
"type" : "boolean",
69
"description" : "Specify whether format-based query failures (such as providing text to a numeric field) should be ignored"
70
+ },
71
+ "terminate_after" : {
72
+ "type" : "number",
73
+ "description" : "The maximum count for each shard, upon reaching which the query execution will terminate early"
74
}
75
76
},
0 commit comments