Skip to main content
The Query Pipelines API allows you to define parameters that should be applied to all queries processed by the system. A query pipeline consists of one or more stages. Query pipeline stages can be defined with the Query Stages API. See the Query Language Cheat Sheet for help constructing queries to send through a query pipeline.

Query Pipeline Definition Properties

Examples

Get the definition for the default query pipeline: REQUEST
RESPONSE
Create a new query pipeline, specifying a facet stage that is new and a solr-query stage that was previously defined:
In order to see this object within the Fusion UI, it must be associated with an app. To do this, create the object using the /apps endpoint.
REQUEST
RESPONSE
Query a pipeline named ‘default’ and a collection named “docs” for the term “solr”. Also limit the response to only document ‘titles’ and return it in JSON format: REQUEST
RESPONSE