From 13e6f1933bb89234b622409671d0581fd5d14a70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Kr=C3=A1l?= Date: Fri, 17 Jan 2014 15:37:18 +0100 Subject: [PATCH] [SPEC] removing deprecated include/exclude for get_source _source_include/_source_exclude should be used instead --- rest-api-spec/api/get_source.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/rest-api-spec/api/get_source.json b/rest-api-spec/api/get_source.json index d9d533a2dea..bc78f8fd0ff 100644 --- a/rest-api-spec/api/get_source.json +++ b/rest-api-spec/api/get_source.json @@ -23,14 +23,6 @@ } }, "params": { - "exclude": { - "type" : "list", - "description" : "A list of fields to exclude from the returned _source field" - }, - "include": { - "type" : "list", - "description" : "A list of fields to extract and return from the _source field" - }, "parent": { "type" : "string", "description" : "The ID of the parent document"