Class SearchPipelineService

java.lang.Object
org.opensearch.search.pipeline.SearchPipelineService
All Implemented Interfaces:
ClusterStateApplier, org.opensearch.core.service.ReportingService<SearchPipelineInfo>

public class SearchPipelineService extends Object implements ClusterStateApplier, org.opensearch.core.service.ReportingService<SearchPipelineInfo>
The main entry point for search pipelines. Handles CRUD operations and exposes the API to execute search pipelines against requests and responses.
Opensearch.internal: