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.

has PipelinePrefix

Provides the configured pipeline prefix, which is used for remote pipelines on the Elasticsearch service. The pipeline prefix is a combination of 'otrs_' and the configured index prefix.

returns 'otrs_my_index_prefix_';

Scroll to Top