Skip to main content

PropertyMatchers

A collection of property matchers for evaluating document metadata.

Notes

Groups multiple property matcher definitions that together define criteria for matching document metadata fields and values. All configured matchers are evaluated to determine whether a document meets the required conditions.

Usage

PropertyMatchers:
- 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