Skip to content

Added search_pipeline, verbose_pipeline, include_named_queries_score and derived to search_request_body#981

Merged
lucy66hw merged 2 commits intoopensearch-project:mainfrom
lucy66hw:update_spec
Oct 30, 2025
Merged

Added search_pipeline, verbose_pipeline, include_named_queries_score and derived to search_request_body#981
lucy66hw merged 2 commits intoopensearch-project:mainfrom
lucy66hw:update_spec

Conversation

@lucy66hw
Copy link
Copy Markdown
Collaborator

@lucy66hw lucy66hw commented Oct 30, 2025

Description

1, Added search_pipeline, verbose_pipeline, include_named_queries_score and derived to search_request_bod
2, Added primary to ShardFailure
3, Added header to ErrorCause
4, Replace InnerHits's fields from type Fields to FieldAndFormat

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Oct 30, 2025

Changes Analysis

Commit SHA: b5f1010
Comparing To SHA: 8f4b485

API Changes

Summary

├─┬Paths
│ ├─┬/_search
│ │ ├─┬GET
│ │ │ └─┬Requestbody
│ │ │   └─┬application/json
│ │ │     └─┬Schema
│ │ │       ├──[➕] properties (32163:15)
│ │ │       ├──[➕] properties (32142:15)
│ │ │       ├──[➕] properties (32077:15)
│ │ │       └──[➕] properties (32080:15)
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├──[➕] properties (32163:15)
│ │         ├──[➕] properties (32142:15)
│ │         ├──[➕] properties (32077:15)
│ │         └──[➕] properties (32080:15)
│ └─┬/{index}/_search
│   ├─┬GET
│   │ └─┬Requestbody
│   │   └─┬application/json
│   │     └─┬Schema
│   │       ├──[➕] properties (32163:15)
│   │       ├──[➕] properties (32142:15)
│   │       ├──[➕] properties (32077:15)
│   │       └──[➕] properties (32080:15)
│   └─┬POST
│     └─┬Requestbody
│       └─┬application/json
│         └─┬Schema
│           ├──[➕] properties (32163:15)
│           ├──[➕] properties (32142:15)
│           ├──[➕] properties (32077:15)
│           └──[➕] properties (32080:15)
└─┬Components
  ├──[➕] schemas (38118:7)
  ├─┬_common.query_dsl___MatchQuery
  │ └─┬ONEOF
  │   └─┬ALLOF
  │     └─┬cutoff_frequency
  │       ├──[➖] deprecated (48146:31)
  │       └─┬Extensions
  │         └──[➕] x-version-deprecated (48188:41)
  ├─┬_common___ShardFailure
  │ └──[➕] properties (40101:9)
  ├─┬_core.search___HighlightField
  │ └─┬ALLOF
  │   └──[➖] properties (51024:13)❌ 
  ├─┬_common___ErrorCause
  │ └──[➕] properties (38299:9)
  ├─┬_common.query_dsl___FieldAndFormat
  │ └─┬ONEOF
  │   └──[➖] properties (47443:13)❌ 
  └─┬_common___GeoDistanceSort
    └─┬Schema
      └──[➕] title (38529:16)

Document Element Total Changes Breaking Changes
paths 16 0
components 8 3
  • BREAKING Changes: 3 out of 24
  • Removals: 3
  • Additions: 21
  • Breaking Removals: 2

Report

The full API changes report is available at: https://github.com/opensearch-project/opensearch-api-specification/actions/runs/18930331626/artifacts/4413724423

API Coverage

Before After Δ
Covered (%) 666 (65.23 %) 666 (65.23 %) 0 (0 %)
Uncovered (%) 355 (34.77 %) 355 (34.77 %) 0 (0 %)
Unknown 129 129 0

@lucy66hw lucy66hw changed the title Update spec Added search_pipeline, verbose_pipeline, include_named_queries_score and derived to search_request_body Oct 30, 2025
…core` and `derived` to search_request_body

Signed-off-by: xil <fridalu66@gmail.com>
@github-actions
Copy link
Copy Markdown
Contributor

Spec Test Coverage Analysis

Total Tested
682 680 (99.71 %)

@lucy66hw lucy66hw marked this pull request as ready for review October 30, 2025 04:32
Signed-off-by: xil <fridalu66@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants