Skip to content

fixed async search_pipeline for SearchPipelineRef#1092

Open
ThyTran1402 wants to merge 1 commit intoopensearch-project:mainfrom
ThyTran1402:fix/async_search_pipeline
Open

fixed async search_pipeline for SearchPipelineRef#1092
ThyTran1402 wants to merge 1 commit intoopensearch-project:mainfrom
ThyTran1402:fix/async_search_pipeline

Conversation

@ThyTran1402
Copy link
Copy Markdown

Description

Added search_pipeline field to the async search Search request body schema in asynchronous_search._common.yaml. Previously the field was missing entirely, meaning the schema rejected any async search request that included a search pipeline.

The field accepts either:

  • A string: the name of a stored pipeline
  • An object SearchPipelineStructure: an inline pipeline definition, e.g. using a score-normalization-processor alongside a hybrid query

Issues Resolved

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.

Signed-off-by: Thy Tran <58045538+ThyTran1402@users.noreply.github.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.

1 participant