[SPEC] removing deprecated include/exclude for get_source
_source_include/_source_exclude should be used instead
This commit is contained in:
parent
3f14725057
commit
13e6f1933b
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue