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

[FEATURE] Add support for search pipeline APIs #474

Closed
noCharger opened this issue Aug 15, 2023 · 0 comments · Fixed by #668 or #726
Closed

[FEATURE] Add support for search pipeline APIs #474

noCharger opened this issue Aug 15, 2023 · 0 comments · Fixed by #668 or #726
Labels
api support enhancement New feature or request

Comments

@noCharger
Copy link

noCharger commented Aug 15, 2023

Is your feature request related to a problem?

The search pipeline feature is GA in version 2.9.0 and we would like to get them supported.

There is an issue with border decription. #435

What solution would you like?

A clear and concise description of what you want to happen.

We are looking for more descriptive interface and well defined parameters for the high level pipelines APIs. The interface could be modeled the pipeline as an object with a description, id, version, and lists of processors. The processors would be objects with types, tags, descriptions and "config". The config would just be modeled as a map from string to object.

What alternatives have you considered?

A clear and concise description of any alternative solutions or features you've considered.

Without modification, search pipeline CRUD must be built using REST API. Ref: https://opensearch-project.github.io/opensearch-py/api-ref/transport.html

The client side interface of the search pipeline could be consistent with that of the ingest pipeline. Ref https://opensearch-project.github.io/opensearch-py/api-ref/clients/ingest_client.html

Do you have any additional context?

Add any other context or screenshots about the feature request here.

This is prerequisite to add benchmarks in opensearch-benchmark repo. opensearch-project/OpenSearch#7782 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment