The Exclude Documents stage drops all documents that match all of the specified rules (Boolean AND).
If some field has multiple values then at least one value must match against the specified pattern.
No further processing is done on any matching documents, thus they will not be indexed into a Fusion collection.
All non-matching documents are passed to the next stage in the pipeline. Rules are defined using regular expression field matching.
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.