Skip to content

Commit 8fa2359

Browse files
authored
Update rest-api-spec
1 parent f87d1df commit 8fa2359

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

output/schema/validation-errors.json

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/_json_spec/search.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@
6868
"type": "number",
6969
"description": "Starting offset (default: 0)"
7070
},
71+
"force_synthetic_source": {
72+
"type": "boolean",
73+
"description": "Should this request force synthetic _source? Use this to test if the mapping supports synthetic _source and to get a sense of the worst case performance. Fetches with this enabled will be slower the enabling synthetic source natively in the index.",
74+
"visibility": "feature_flag",
75+
"feature_flag": "es.index_mode_feature_flag_registered"
76+
},
7177
"ignore_unavailable": {
7278
"type": "boolean",
7379
"description": "Whether specified concrete indices should be ignored when unavailable (missing or closed)"

0 commit comments

Comments
 (0)