About the REST Endpoint Pipelines
About the REST Endpoint Pipelines
Legacy feature
This article pertains to the Coveo Hive framework which is now in maintenance mode. Choose one of Coveo’s more modern, lightweight, and responsive libraries for any future search interface development. See the search interface Implementation guide for more details. |
The search REST endpoint pipelines let you handle, process, and customize REST requests sent by the local search REST endpoint deployed by Coveo for Sitecore.
They’re less frequently customized than the indexing and search pipelines.
You can find them in the /configuration/sitecore/pipelines
section of the Coveo.SearchProvider.Rest.config
file.
The following table is a summary of all those pipelines:
Pipeline | Purpose | Description | Processors included by default | Is typically customized? |
---|---|---|---|---|
|
REST response processing |
Used to process REST responses received from the local search REST endpoint. |
|
|
|
REST response processing |
Used to customize REST response received from the local search REST endpoint. |
|
|
|
REST query processing |
Used to define which user identities are performing the search query (see Add User Identities to a Search Request). |
|
|
|
REST query processing |
Used by the |
|
|
|
HTTP request routing |
Used to route REST requests to the local search REST endpoint, so that they’re not processed by Sitecore. |
|