Skip to content
Closed
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
4 changes: 3 additions & 1 deletion protos/generated/models/aggregated_models.proto
Original file line number Diff line number Diff line change
Expand Up @@ -6341,7 +6341,9 @@ message SpanFirstQuery {
SpanQuery match = 4;
}
message SpanGapQuery {
map<string, int32> span_width = 1;
string field = 1;

optional int32 span_width = 2;
}
message SpanMultiTermQuery {
// 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.
Expand Down