OnMatch
Action to take when a filter or condition matches.
Notes
Controls the behavior when a filter or condition produces a match. Typical values are include (accept matching items and reject others) and exclude (reject matching items and accept others), determining how the crawler handles the matched document or reference.
Usage
- YAML
- JSON
- XML
OnMatch: INCLUDE
{
"OnMatch": "INCLUDE"
}
<onMatch/>
Allowed Values
INCLUDEEXCLUDE