Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add search pipeline support to search api #587

Closed
wants to merge 1 commit into from

Conversation

devonterr
Copy link

Description

Adds support for specifying a search
pipeline
as part of a SearchRequest. The field, if set, is added as a query parameter during the construction of the request URL, and otherwise has no impact.

Issues Resolved

#586

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.

Adds support for specifying a [search
pipeline](https://opensearch.org/docs/latest/search-plugins/search-pipelines/using-search-pipeline/)
as part of a `SearchRequest`. The field, if set, is added as a query
parameter during the construction of the request URL, and otherwise has
no impact.
@devonterr
Copy link
Author

Apologies, I didn't see that this was already recently added in 4.0!

@devonterr devonterr closed this Jul 10, 2024
@dblock
Copy link
Member

dblock commented Jul 10, 2024

If you're looking for more work, #284 is a big one @devonterr! ;)

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