Filter Documents (by Content)
(Text Processing)
Synopsis
Filters documents from a document collection based on their contents.Description
This operator filters documents from a document collection based on their contents. A document is kept in the collection, if it either equals, contains or does not contain the given value.
Input
documents (Collection)
The documents port.
Output
documents (Collection)
The documents port.
Parameters
- conditionThe condition a document must fulfill to be kept.
- stringThe string that should be compared to.
- regular expressionThe regular expression for that should match.
- case sensitiveSpecifies whether the comparison should be case-sensitive.
- invert conditionSpecifies whether comparison outcome should be inverted.