[API] Added the `terminate_after` parameter to the REST spec for "Count" API

Closes #26895
This commit is contained in:
Karel Minarik 2017-10-05 18:28:33 +02:00 committed by Karel Minarik
parent c342cdeab5
commit 6825cafaa6
1 changed files with 4 additions and 0 deletions

View File

@ -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"
}
}
},