@@ -1056,12 +1056,6 @@ actions:
10561056 externalDocs :
10571057 url : https://www.elastic.co/docs/explore-analyze/query-filter/languages/querydsl
10581058 description : Query DSL
1059- - target : " $.components['schemas']['_global.search._types.FieldCollapse']"
1060- description : Add x-model and externalDocs
1061- update :
1062- x-model : true
1063- externalDocs :
1064- url : https://www.elastic.co/docs/reference/elasticsearch/rest-apis/collapse-search-results
10651059 - target : " $.components['schemas']['_global.search._types.SearchRequestBody'].properties"
10661060 description : Add x-model to SearchRequestBody aggregations property
10671061 update :
@@ -1077,6 +1071,36 @@ actions:
10771071 - target : " $.components['schemas']['_types.query_dsl.QueryContainer'].properties"
10781072 description : Remove the QueryContainer properties
10791073 remove : true
1074+ - target : " $.components['schemas']['_global.search._types.FieldCollapse']"
1075+ description : Add x-model and externalDocs to FieldCollapse
1076+ update :
1077+ x-model : true
1078+ externalDocs :
1079+ url : https://www.elastic.co/docs/reference/elasticsearch/rest-apis/collapse-search-results
1080+ - target : " $.components['schemas']['_global.search._types.FieldCollapse'].properties"
1081+ description : Remove properties from FieldCollapse
1082+ remove : true
1083+ - target : " $.components['schemas']['_global.search._types.FieldCollapse'].required"
1084+ description : Remove required from FieldCollapse
1085+ remove : true
1086+ - target : " $.components['schemas']['_global.search._types.Highlight']"
1087+ description : Add x-model, description, and externalDocs to Highlight
1088+ update :
1089+ x-model : true
1090+ description : The highlighter to use for retrieving highlighted snippets from one or more fields in your search results.
1091+ externalDocs :
1092+ url : https://www.elastic.co/docs/reference/elasticsearch/rest-apis/highlighting
1093+ - target : " $.components['schemas']['_global.search._types.Highlight'].allOf"
1094+ description : Remove allOf from Highlight
1095+ remove : true
1096+ - target : " $.components['schemas']['_global.search._types.SearchRequestBody'].properties.knn"
1097+ description : Add x-model to SearchRequestBody knn
1098+ update :
1099+ x-model : true
1100+ - target : " $.components['schemas']['_global.search._types.SearchRequestBody'].properties.knn.oneOf"
1101+ description : Remove oneOf from knn
1102+ remove : true
1103+ # Examples
10801104# Examples
10811105# # xCodeSamples
10821106 - target : " $.paths['/{index}/_doc/{id}']['head']"
0 commit comments