Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions protos/generated/models/aggregated_models.proto
Original file line number Diff line number Diff line change
Expand Up @@ -7258,11 +7258,6 @@ enum SortOrder {
SORT_ORDER_ASC = 1;
SORT_ORDER_DESC = 2;

}
message SortOrderMap {

map<string, SortOrder> sort_order_map = 1;

}
message SourceConfig {

Expand Down Expand Up @@ -8145,7 +8140,7 @@ message TermsAggregation {
// Coerced unmapped fields into the specified type.
optional string value_type = 14;

repeated SortOrderMap order = 15;
repeated StringMap order = 15;

optional Script script = 16;

Expand Down