From f9bc428491ab35e29a9ff5d68bda2a5feb6feac2 Mon Sep 17 00:00:00 2001 From: Karel Minarik Date: Tue, 28 May 2013 10:33:48 +0200 Subject: [PATCH] Removed the `index` and `type` URL parameters for the `_count` API --- rest-api-spec/api/count.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/rest-api-spec/api/count.json b/rest-api-spec/api/count.json index 1dbfd9b099b..f20a31ad98d 100644 --- a/rest-api-spec/api/count.json +++ b/rest-api-spec/api/count.json @@ -22,10 +22,6 @@ "default" : "none", "description" : "When performed on multiple indices, allows to ignore `missing` ones" }, - "index": { - "type" : "list", - "description" : "A comma-separated list of indices to restrict the results" - }, "min_score": { "type" : "number", "description" : "Include only documents with a specific `_score` value in the result" @@ -44,10 +40,6 @@ "source": { "type" : "string", "description" : "The URL-encoded query definition (instead of using the request body)" - }, - "type": { - "type" : "list", - "description" : "A comma-separated list of document types to restrict the results" } } },