Product Selector

Fusion 5.12
    Fusion 5.12

    Reverse Search QueryIndex pipeline stage configuration specifications

    Table of Contents

    The Reverse Search Query index stage is used for Reverse Search. See Reverse Search for more information.

    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.

    This stage sends 'Content Documents' to the reverse-search collection to perform lookups on saved queries.

    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.

    collections - array[string]required

    Names of the reverse search collections with queries to perform the lookup.

    topic - string

    Name of the kafka topic to send the matching query ids. If left empty the results will be added to pipeline's context under the key 'reverse-search-lookup.result'.

    timeout - integer

    Time to await for the response from reverse search service

    Default: 2000

    ignoreErrors - boolean

    If true any failures of the stage will not cause the pipeline failures

    Default: false