Raw Document to Filter Events Step

From Okapi Framework
Jump to navigation Jump to search

Overview

This step extracts the content of a raw document into a set of filter events.

Takes: Raw document. Sends: Filter events.

This step takes a raw document with an associated filter configuration and sends the filter events down the pipeline. This step is typically the first one of the pipeline, but it can be placed after any step that sends a raw document.

To convert back filter events to a raw document you can use the Filter Events to Raw Document Step.

A simple way to just extract then merge a document using a filter is to use a pipeline like this:

= Raw Document to Filter Events Step
+ Filter Events to Raw Document Step

Parameters

This step has no parameters.

Limitations

None known.