Skip to main content

PropertyMatcher

Match one or more document metadata field names and/or values.

Notes

Matches document metadata fields by field name, field value, or both. The fieldMatcher targets one or more field names while the valueMatcher further constrains the match by field value, enabling precise filtering based on metadata content.

Usage

fieldMatcher:
ignoreCase: false
ignoreDiacritic: false
matchEmpty: false
method: BASIC
negateMatches: false
partial: false
pattern: string
replaceAll: false
trim: false
valueMatcher:
ignoreCase: false
ignoreDiacritic: false
matchEmpty: false
method: BASIC
negateMatches: false
partial: false
pattern: string
replaceAll: false
trim: false

Properties

PropertyTypeRequiredDefault
fieldMatcherTextMatcherNo-
valueMatcherTextMatcherNo-

Property Details

fieldMatcher

Match one or more field names.

valueMatcher

Match one or more field values.