Closes #26895
@@ -67,6 +67,10 @@
"lenient": {
"type" : "boolean",
"description" : "Specify whether format-based query failures (such as providing text to a numeric field) should be ignored"
+ },
+ "terminate_after" : {
+ "type" : "number",
+ "description" : "The maximum count for each shard, upon reaching which the query execution will terminate early"
}
},