From 0b516222052ee5819bda20b9e43488a43410c377 Mon Sep 17 00:00:00 2001 From: lucy66hw <178352792+lucy66hw@users.noreply.github.com> Date: Thu, 20 Nov 2025 21:35:41 +0000 Subject: [PATCH] Protobuf schema change detected Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- protos/generated/models/aggregated_models.proto | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/protos/generated/models/aggregated_models.proto b/protos/generated/models/aggregated_models.proto index 958a2eeb3f8..36d0f265276 100644 --- a/protos/generated/models/aggregated_models.proto +++ b/protos/generated/models/aggregated_models.proto @@ -1211,7 +1211,7 @@ message CompositeAggregation { optional int32 size = 6; // The value sources used to build composite buckets. Keys are returned in the order of the `sources` definition. - repeated CompositeAggregationSourceMap sources = 7; + map sources = 7; } message CompositeAggregationSource { @@ -1224,11 +1224,6 @@ message CompositeAggregationSource { optional CompositeGeoTileGridAggregationSource geotile_grid = 4; -} -message CompositeAggregationSourceMap { - - map composite_aggregation_source_map = 1; - } message CompositeBucket { @@ -2524,11 +2519,6 @@ message FiltersBucket { int64 doc_count = 1; -} -message FloatMap { - - map float_map = 1; - } message FormatMetricAggregationBase { @@ -6602,7 +6592,7 @@ message SearchRequestBody { optional TrackHits track_total_hits = 8; // Boosts the `_score` of documents from specified indexes. - repeated FloatMap indices_boost = 9; + map indices_boost = 9; // Array of wildcard (`*`) patterns. The request returns doc values for field names matching these patterns in the `hits.fields` property of the response. repeated FieldAndFormat docvalue_fields = 10; @@ -8150,7 +8140,7 @@ message TermsAggregation { // Coerced unmapped fields into the specified type. optional string value_type = 14; - repeated SortOrderMap order = 15; + map order = 15; optional Script script = 16;