Exclude Documents Index Stage
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.
Send a text document through the “simple-exclude” pipeline:
The response is document metadata, indicating the document passed the stage:
Send an XLS document through the “simple-exclude” pipeline:
The empty response indicates the document was dropped: