Skip to main content

OnMatch

Action to take when a filter or condition matches.

crawler/coreJavadoc: OnMatch

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

OnMatch: INCLUDE

Allowed Values

  • INCLUDE
  • EXCLUDE