You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Discussed with @vamshin, for SearchPhaseResultsProcessor we don’t need documentation in 2.9 as we are not enabling any use-cases with the SearchPhaseResultsProcessor.
What do you want to do?
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
The text was updated successfully, but these errors were encountered: