Skip to content

Commit d87cfc3

Browse files
committed
Remove and from
Signed-off-by: xil <[email protected]>
1 parent eaf4bf8 commit d87cfc3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
2323
### Removed
2424
- Remove unused cardinality aggregation execution hints - save_memory_heuristic/save_time_heuristic/segment_ordinals ([#970](https://github.com/opensearch-project/opensearch-api-specification/pull/970))
2525
- Remove `force` from `VersionType` ([#949](https://github.com/opensearch-project/opensearch-api-specification/pull/949))
26+
- Remove `_name` and `boost` from `TermsQuery` ([#984](https://github.com/opensearch-project/opensearch-api-specification/pull/984))
2627

2728
### Fixed
2829
- Fixed the default parameters for `data_stream/_stats` and `shard_stores/status` ([#931](https://github.com/opensearch-project/opensearch-api-specification/pull/931))

spec/schemas/_common.query_dsl.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2148,8 +2148,6 @@ components:
21482148
- $ref: '#/components/schemas/QueryBase'
21492149
- type: object
21502150
properties:
2151-
_name: {}
2152-
boost: {}
21532151
value_type:
21542152
description: |-
21552153
Specifies the types of values used for filtering. Valid values are `default` and `bitmap`. Default is `default`.

0 commit comments

Comments
 (0)