You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Specifies any named parameters that are passed into the script as variables. Use parameters instead of hard-coded values to decrease compilation time.
// 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.
@@ -6411,6 +6435,8 @@ message SpanQuery {
6411
6435
optionalSpanTermQueryspan_term=9;
6412
6436
6413
6437
optionalSpanWithinQueryspan_within=10;
6438
+
6439
+
oneofspan_query {}
6414
6440
}
6415
6441
messageSpanTermQuery {
6416
6442
// 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.
@@ -6718,6 +6744,8 @@ enum SuggestSort {
6718
6744
messageSuggester {
6719
6745
// The global suggest text, which avoids repetition when the same text is used in several suggesters.
0 commit comments