Product Selector

Fusion 5.12
    Fusion 5.12

    Call Pipeline Index Stage

    Table of Contents

    The Call Pipeline index stage provides a means of composing index pipelines.

    Be aware that the processing does not return to the calling pipeline automatically.

    Lucidworks offers free training to help you get started with Fusion. Check out the Using Call Pipelines quick learning, which focuses on how the Call Pipeline stage works differently in index pipelines versus query pipelines and how to use it in both:

    Using Call Pipelines

    Visit the LucidAcademy to see the full training catalog.

    Lucidworks offers free training to help you get started with Fusion. Check out the Call Pipelines course, which focuses on how to implement reusable pipelines and call them from other pipelines:

    Call Pipelines

    Visit the LucidAcademy to see the full training catalog.

    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.

    Call another Fusion indexing pipeline

    skip - boolean

    Set to true to skip this stage.

    Default: false

    label - string

    A unique label for this stage.

    <= 255 characters

    condition - string

    Define a conditional script that must result in true or false. This can be used to determine if the stage should process or not.

    collection - stringrequired

    pipeline - stringrequired