Skip to content

Commit

Permalink
adding type to mterm vector specs
Browse files Browse the repository at this point in the history
Signed-off-by: Tokesh <[email protected]>
  • Loading branch information
Tokesh committed Dec 15, 2024
1 parent a2026e8 commit d96677c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Added response schema for `PUT` and `DELETE /_plugins/_transform/{id}` ([#722](https://github.com/opensearch-project/opensearch-api-specification/pull/716))
- Added response schema for `GET /_plugins/_knn/warmup/{index}` ([#717](https://github.com/opensearch-project/opensearch-api-specification/pull/717))
- Added support for multiple test verbs ([#724](https://github.com/opensearch-project/opensearch-api-specification/pull/724))
- Added `_type` to `term_vector` API specs ([#734](https://github.com/opensearch-project/opensearch-api-specification/pull/734))
- Added `_type` to `termvector` and `mtermvector` API specs ([#734](https://github.com/opensearch-project/opensearch-api-specification/pull/734))

### Removed
- Removed unsupported `_common.mapping:SourceField`'s `mode` field and associated `_common.mapping:SourceFieldMode` enum ([#652](https://github.com/opensearch-project/opensearch-api-specification/pull/652))
Expand Down
2 changes: 2 additions & 0 deletions spec/schemas/_core.mtermvectors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ components:
$ref: '_common.yaml#/components/schemas/VersionNumber'
version_type:
$ref: '_common.yaml#/components/schemas/VersionType'
_type:
$ref: _common.yaml#/components/schemas/Type'
required:
- _id
TermVectorsResult:
Expand Down

0 comments on commit d96677c

Please sign in to comment.