Skip to content

Commit 32d38f9

Browse files
committed
Reset overlay
1 parent 2265116 commit 32d38f9

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

docs/overlays/elasticsearch-shared-overlays.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1060,6 +1060,17 @@ actions:
10601060
externalDocs:
10611061
url: https://www.elastic.co/docs/explore-analyze/query-filter/languages/querydsl
10621062
description: Query DSL
1063+
- target: "$.components['schemas']['_global.search._types.FieldCollapse']"
1064+
description: Add x-model and externalDocs
1065+
update:
1066+
x-model: true
1067+
externalDocs:
1068+
url: https://www.elastic.co/docs/reference/elasticsearch/rest-apis/collapse-search-results
1069+
# - target: "$.components['schemas']['_global.msearch.MultisearchBody'].properties"
1070+
# description: Add x-model
1071+
# update:
1072+
# aggregations:
1073+
# x-model: true
10631074
- target: "$.components['schemas']['_types.ScriptSource'].oneOf"
10641075
description: Remove oneOf temporarily from ScriptSource
10651076
remove: true
@@ -1070,7 +1081,6 @@ actions:
10701081
- type: string
10711082
- type: object
10721083
# Examples
1073-
# Examples
10741084
## xCodeSamples
10751085
- target: "$.paths['/{index}/_doc/{id}']['head']"
10761086
description: "Add xCodeSamples for check document operation"

0 commit comments

Comments
 (0)