From 44c56b0888733adf0df4d0abaf1fde899ee131c0 Mon Sep 17 00:00:00 2001 From: Karel Minarik Date: Mon, 9 Sep 2013 13:33:46 +0200 Subject: [PATCH] Added the default index value to the `search` API spec --- rest-api-spec/api/search.json | 1 + 1 file changed, 1 insertion(+) diff --git a/rest-api-spec/api/search.json b/rest-api-spec/api/search.json index 9ed58293712..af778d5ef58 100644 --- a/rest-api-spec/api/search.json +++ b/rest-api-spec/api/search.json @@ -8,6 +8,7 @@ "parts": { "index": { "type" : "list", + "default" : "_all", "description" : "A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices" }, "type": {