Documented the new terminate_after querystring option on search as implemented in #6885

This commit is contained in:
Martijn Laarman 2014-12-11 10:15:09 +01:00
parent 5694626f79
commit bc76032fdd

View File

@ -113,6 +113,10 @@
"type" : "list",
"description" : "A list of fields to extract and return from the _source field"
},
"terminate_after": {
"type" : "number",
"description" : "The maximum number of documents to collect for each shard, upon reaching which the query execution will terminate early."
},
"stats": {
"type" : "list",
"description" : "Specific 'tag' of the request for logging and statistical purposes"