Преглед на файлове

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

Closes #26895
Karel Minarik преди 8 години
родител
ревизия
6825cafaa6
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4 0
      rest-api-spec/src/main/resources/rest-api-spec/api/count.json

+ 4 - 0
rest-api-spec/src/main/resources/rest-api-spec/api/count.json

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