
Use a naming convention for your pipelines that lets you easily differentiate between your main pipelines and the ones you are using as call pipelines.
For example, you can add a suffix like
_cpl
to differentiate your call pipelines from other pipelines.LucidAcademyLucidworks offers free training to help you get started.The Quick Learning for Using Call Pipelines focuses on how the Call Pipeline stage works differently in index pipelines versus query pipelines and how to use it in both:Visit the LucidAcademy to see the full training catalog.
LucidAcademyLucidworks offers free training to help you get started.The Course for Call Pipelines focuses on how to implement reusable pipelines and call them from other pipelines:Visit the LucidAcademy to see the full training catalog.
Query pipeline stage condition examples
Stages can be triggered conditionally when a script in the Condition field evaluates to true. Some examples are shown below. Run this stage only for mobile clients:Configuration
When entering configuration values in the UI, use unescaped characters, such as
\t
for the tab character. When entering configuration values in the API, use escaped characters, such as \\t
for the tab character.