Skip to content

Commit d728c0f

Browse files
lucy66hwgithub-actions[bot]
authored andcommitted
Protobuf schema change detected
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent dbd5534 commit d728c0f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

protos/generated/models/aggregated_models.proto

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6341,7 +6341,9 @@ message SpanFirstQuery {
63416341
SpanQuery match = 4;
63426342
}
63436343
message SpanGapQuery {
6344-
map<string, int32> span_width = 1;
6344+
string field = 1;
6345+
6346+
optional int32 span_width = 2;
63456347
}
63466348
message SpanMultiTermQuery {
63476349
// Floating point number used to decrease or increase the relevance scores of the query. Boost values are relative to the default value of 1.0. A boost value between 0 and 1.0 decreases the relevance score. A value greater than 1.0 increases the relevance score.

0 commit comments

Comments
 (0)