2 parents fa4681d + f239c91 commit 7409810Copy full SHA for 7409810
1 file changed
protos/generated/models/aggregated_models.proto
@@ -7258,11 +7258,6 @@ enum SortOrder {
7258
SORT_ORDER_ASC = 1;
7259
SORT_ORDER_DESC = 2;
7260
7261
-}
7262
-message SortOrderMap {
7263
-
7264
- map<string, SortOrder> sort_order_map = 1;
7265
7266
}
7267
message SourceConfig {
7268
@@ -8145,7 +8140,7 @@ message TermsAggregation {
8145
8140
// Coerced unmapped fields into the specified type.
8146
8141
optional string value_type = 14;
8147
8142
8148
- repeated SortOrderMap order = 15;
8143
+ repeated StringMap order = 15;
8149
8144
8150
optional Script script = 16;
8151
0 commit comments