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

[DOC] SearchPhaseResults Processor #4406

Closed
1 of 2 tasks
martin-gaievski opened this issue Jun 27, 2023 · 2 comments
Closed
1 of 2 tasks

[DOC] SearchPhaseResults Processor #4406

martin-gaievski opened this issue Jun 27, 2023 · 2 comments
Assignees
Labels
3 - Done Issue is done/complete v2.10.0
Milestone

Comments

@martin-gaievski
Copy link
Member

What do you want to do?

  • Request a change to existing documentation
  • Add new documentation

Tell us about your request.
We are extending core OpenSearch to allow adding new type of injector processor to exiting search pipelines. As part of this feature we're introducing new Processor Interface which will run in between the Phases of Search. This will allow components (like plugins) to provide logic that transforms the results retrieved from one phase before it goes to next phase at the Coordinator Node Level.
Feature is planned for 2.9 release.

What other resources are available?
RFC for new phase in search pipelines: opensearch-project/neural-search#152
RFC for search pipelines at high level: opensearch-project/search-processor#80

@vamshin vamshin added the v2.9.0 label Jun 27, 2023
@hdhalter hdhalter added this to the v2.9 milestone Jun 27, 2023
@martin-gaievski martin-gaievski changed the title [DOC] Search Phase Injector Processor [DOC] SearchPhaseResults Processor Jul 6, 2023
@navneet1v
Copy link
Contributor

Discussed with @vamshin, for SearchPhaseResultsProcessor we don’t need documentation in 2.9 as we are not enabling any use-cases with the SearchPhaseResultsProcessor.

We can do this in 2.10 with the launch of opensearch-project/search-processor#80 (Doc Issue: #4351 )

@kolchfa-aws kolchfa-aws added v2.10.0 and removed v2.9.0 labels Jul 8, 2023
@hdhalter hdhalter modified the milestones: v2.9, v2.10 Aug 21, 2023
@hdhalter hdhalter added the 2 - In progress Issue/PR: The issue or PR is in progress. label Aug 29, 2023
@hdhalter hdhalter removed the v2.10.0 label Sep 20, 2023
@hdhalter
Copy link
Contributor

Closing, as this was addressed in #4351

@hdhalter hdhalter added 3 - Done Issue is done/complete v2.10.0 and removed 2 - In progress Issue/PR: The issue or PR is in progress. labels Nov 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Done Issue is done/complete v2.10.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants