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;
3758
+
optionalint32prefix_length=12;
3786
3759
3787
3760
// Text, number, Boolean value or date you wish to find in the provided field.
3788
-
FieldValuequery=14;
3761
+
FieldValuequery=13;
3789
3762
3790
-
optionalZeroTermsQueryzero_terms_query=15;
3763
+
optionalZeroTermsQueryzero_terms_query=14;
3791
3764
3792
-
stringfield=16;
3765
+
stringfield=15;
3793
3766
}
3794
3767
messageMatrixAggregation {
3795
3768
// The custom metadata attached to a resource.
@@ -5160,12 +5133,9 @@ message QueryProfile {
5160
5133
5161
5134
stringdescription=2;
5162
5135
5163
-
// Time unit for nanoseconds.
5164
-
int64time_in_nanos=3;
5165
-
5166
-
stringtype=4;
5136
+
stringtype=3;
5167
5137
5168
-
repeatedQueryProfilechildren=5;
5138
+
repeatedQueryProfilechildren=4;
5169
5139
}
5170
5140
messageQueryStringQuery {
5171
5141
// 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.
@@ -5486,24 +5456,21 @@ message ResponseItem {
5486
5456
5487
5457
optionalInlineGetDictUserDefinedget=5;
5488
5458
5489
-
// The document type.
5490
-
optionalstringx_type=6;
5491
-
5492
5459
// The document ID associated with the operation.
5493
-
optionalstringx_id=7;
5460
+
optionalstringx_id=6;
5494
5461
5495
5462
// The name of the index associated with the operation. If the operation targets a data stream, this is the backing index into which the document was written.
5496
-
stringx_index=8;
5463
+
stringx_index=7;
5497
5464
5498
5465
// The primary term assigned to the document for the operation.
0 commit comments