File tree Expand file tree Collapse file tree 4 files changed +0
-36
lines changed
rest-api-spec/src/main/resources/rest-api-spec/api Expand file tree Collapse file tree 4 files changed +0
-36
lines changed Original file line number Diff line number Diff line change @@ -235,12 +235,6 @@ include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=slices]
235
235
236
236
include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=sort]
237
237
238
- include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=source]
239
-
240
- include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=source_excludes]
241
-
242
- include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=source_includes]
243
-
244
238
include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=stats]
245
239
246
240
include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=terminate_after]
Original file line number Diff line number Diff line change @@ -232,12 +232,6 @@ include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=slices]
232
232
233
233
include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=sort]
234
234
235
- include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=source]
236
-
237
- include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=source_excludes]
238
-
239
- include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=source_includes]
240
-
241
235
include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=stats]
242
236
243
237
include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=terminate_after]
Original file line number Diff line number Diff line change 138
138
"type" : " list" ,
139
139
"description" : " A comma-separated list of <field>:<direction> pairs"
140
140
},
141
- "_source" : {
142
- "type" : " list" ,
143
- "description" : " True or false to return the _source field or not, or a list of fields to return"
144
- },
145
- "_source_excludes" : {
146
- "type" : " list" ,
147
- "description" : " A list of fields to exclude from the returned _source field"
148
- },
149
- "_source_includes" : {
150
- "type" : " list" ,
151
- "description" : " A list of fields to extract and return from the _source field"
152
- },
153
141
"terminate_after" : {
154
142
"type" : " number" ,
155
143
"description" : " The maximum number of documents to collect for each shard, upon reaching which the query execution will terminate early."
Original file line number Diff line number Diff line change 148
148
"type" :" list" ,
149
149
"description" :" A comma-separated list of <field>:<direction> pairs"
150
150
},
151
- "_source" :{
152
- "type" :" list" ,
153
- "description" :" True or false to return the _source field or not, or a list of fields to return"
154
- },
155
- "_source_excludes" :{
156
- "type" :" list" ,
157
- "description" :" A list of fields to exclude from the returned _source field"
158
- },
159
- "_source_includes" :{
160
- "type" :" list" ,
161
- "description" :" A list of fields to extract and return from the _source field"
162
- },
163
151
"terminate_after" :{
164
152
"type" :" number" ,
165
153
"description" :" The maximum number of documents to collect for each shard, upon reaching which the query execution will terminate early."
You can’t perform that action at this time.
0 commit comments