Product Selector

Fusion 5.12
    Fusion 5.12

    Response Document Field Redaction Stage

    Table of Contents

    This is a response rewriting stage that removes fields that match a regular expression from a document. This stage must be used after the Solr Query stage in your pipeline.

    The sourceField/Source Field can be a String Template.

    This stage adds to the context a list of maps (type String, String) that tracks, based on document position, which fields were removed from the document.

    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.

    Removes zero or more fields from a response document based on matching a regular expression.

    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.

    filters - array[object]

    object attributes:{sourceField required : {
     display name: Source Field
     type: string
    }
    pattern required : {
     display name: Filter Pattern
     type: string
    }
    exclusive : {
     display name: Filter is Exclusive?
     type: boolean
    }
    }