Kernel::System::DocumentSearch::BasePipeline

NAME

Kernel::System::DocumentSearch::BasePipeline – Base class for pipelines.

PUBLIC INTERFACE

Provides methods and attributes to store and provide pipeline related information.

has Pipeline

Attribute that holds the pipeline definition.

has PipelineDelegation

Attribute that holds the pipeline delegation definition.

has DynamicTemplate

Attribute that holds the list of used dynamic template names.

has DynamicTemplate

Attribute that holds the index fields that are base for the pipeline. This is not needed if the pipeline uses dynamic templates that already uses the field.

Scroll to Top