Skip to content

Commit 45f88e6

Browse files
authored
Merge branch 'main' into verb_check
Signed-off-by: Xi Lu <fridalu66@gmail.com>
2 parents b698ff1 + 62f2e42 commit 45f88e6

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55
## [Unreleased]
66
### Added
77
- Enhance spec-filter to support x-operation-group filtering and merge parameters across operations in same x-operation-group instead of selecting by max parameters ([#374](https://github.com/opensearch-project/opensearch-protobufs/pull/374))
8+
- Add BoostingQuery and SimpleQueryString protos ([#376](https://github.com/opensearch-project/opensearch-protobufs/pull/376))
89

910
### Changed
1011

DEVELOPER_GUIDE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,12 @@ To generate Protobuf definitions from the latest OpenSearch API specification, f
110110
- **Node.js** >= v22
111111
- **Java** >= 17
112112

113+
**Note:** If you're using an internal npm registry that blocks recent packages, configure npm to use the public registry:
114+
115+
```bash
116+
npm config set registry https://registry.npmjs.org/
117+
```
118+
113119
1. **Download the latest OpenSearch API Specification**
114120

115121

tools/proto-convert/src/config/spec-filter.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@ excluded_schemas:
1010
- Aggregate
1111
- Suggester
1212
- Suggest
13-
- BoostingQuery
1413
- DisMaxQuery
1514
- QueryStringQuery
16-
- SimpleQueryStringQuery
1715
- IntervalsQuery
1816
- ScriptScoreQuery
1917
- CommonTermsQuery

0 commit comments

Comments
 (0)