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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
5
5
## [Unreleased]
6
6
### Added
7
7
- Add tooling_skip field option to preserve manually-maintained protobuf fields ([#417](https://github.com/opensearch-project/opensearch-protobufs/pull/417))
8
-
- Add min, max and terms bucket aggregation and remove BoostingQuery and SimpleQueryStringQuery. ([#410](https://github.com/opensearch-project/opensearch-protobufs/pull/410))
8
+
- Add min, max and terms bucket aggregation and remove BoostingQuery and SimpleQueryStringQuery. ([#438](https://github.com/opensearch-project/opensearch-protobufs/pull/438))
9
9
### Changed
10
10
- Fix simplifySingleMapSchema to generate named wrapper schemas. ([#406](https://github.com/opensearch-project/opensearch-protobufs/pull/406))
11
11
- Change vendorExtension protobuf type handling to use protobuf type instead of openApi type ([#409](https://github.com/opensearch-project/opensearch-protobufs/pull/409))
// [required] Raw float data encoded as little-endian IEEE-754 float32 values.
2883
+
bytesbytes_le=1;
2884
+
2885
+
// [required] Number of float elements in the payload.
2886
+
int32dimension=2;
2887
+
}
2888
+
2889
+
messageFloatList {
2890
+
2891
+
// [required] Float values for the field.
2892
+
repeatedfloatvalues=1;
2893
+
}
2894
+
2895
+
2832
2896
messageBoostingQuery {
2833
2897
2834
2898
// 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