[SPEC] removing deprecated include/exclude for get_source

_source_include/_source_exclude should be used instead
This commit is contained in:
Honza Král 2014-01-17 15:37:18 +01:00
parent 3f14725057
commit 13e6f1933b
1 changed files with 0 additions and 8 deletions

View File

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