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
// A date and time, either as a string whose format depends on the context (defaulting to ISO_8601) or the number of milliseconds since the epoch. OpenSearch accepts both as an input but will generally output a string. representation.
// A duration. Units can be `nanos`, `micros`, `ms` (milliseconds), `s` (seconds), `m` (minutes), `h` (hours) and `d` (days). Also accepts `0` without a unit and `-1` to indicate an unspecified value.
1253
1248
optionalstringoffset=2;
1254
1249
1250
+
// A date and time, either as a string whose format depends on the context (defaulting to ISO_8601) or the number of milliseconds since the epoch. OpenSearch accepts both as an input but will generally output a string. representation.
1255
1251
optionalstringorigin=3;
1256
1252
1257
1253
// A duration. Units can be `nanos`, `micros`, `ms` (milliseconds), `s` (seconds), `m` (minutes), `h` (hours) and `d` (days). Also accepts `0` without a unit and `-1` to indicate an unspecified value.
// Only returns buckets that have `min_doc_count` number of documents. By default, all buckets between the first bucket that matches documents and the last one are returned.
1297
1293
optionalint32min_doc_count=12;
1298
1294
1295
+
// A date and time, either as a string whose format depends on the context (defaulting to ISO_8601) or the number of milliseconds since the epoch. OpenSearch accepts both as an input but will generally output a string. representation.
1299
1296
optionalstringmissing=13;
1300
1297
1301
1298
// A duration. Units can be `nanos`, `micros`, `ms` (milliseconds), `s` (seconds), `m` (minutes), `h` (hours) and `d` (days). Also accepts `0` without a unit and `-1` to indicate an unspecified value.
// Number of beginning characters left unchanged for fuzzy matching.
3785
-
optionalint32prefix_length=13;
3767
+
optionalint32prefix_length=12;
3786
3768
3787
3769
// Text, number, Boolean value or date you wish to find in the provided field.
3788
-
FieldValuequery=14;
3770
+
FieldValuequery=13;
3789
3771
3790
-
optionalZeroTermsQueryzero_terms_query=15;
3772
+
optionalZeroTermsQueryzero_terms_query=14;
3791
3773
3792
-
stringfield=16;
3774
+
stringfield=15;
3793
3775
}
3794
3776
messageMatrixAggregation {
3795
3777
// The custom metadata attached to a resource.
@@ -5160,12 +5142,9 @@ message QueryProfile {
5160
5142
5161
5143
stringdescription=2;
5162
5144
5163
-
// Time unit for nanoseconds.
5164
-
int64time_in_nanos=3;
5165
-
5166
-
stringtype=4;
5145
+
stringtype=3;
5167
5146
5168
-
repeatedQueryProfilechildren=5;
5147
+
repeatedQueryProfilechildren=4;
5169
5148
}
5170
5149
messageQueryStringQuery {
5171
5150
// 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