Skip to main content

MinFrequency

A minimum recrawl frequency rule for documents matching a given pattern.

Notes

Defines a minimum recrawl frequency entry, specifying how often documents matching a given pattern (by reference or content type) should be re-crawled. Used with the recrawlable resolver to control crawl scheduling.

Usage

applyTo: CONTENT_TYPE
matcher:
ignoreCase: false
ignoreDiacritic: false
matchEmpty: false
method: BASIC
negateMatches: false
partial: false
pattern: string
replaceAll: false
trim: false
value: string

Properties

PropertyTypeRequiredDefault
applyToenumNo-
matcherTextMatcherNoTextMatcher
valuestringNo-

Property Details

applyTo

Specifies whether the matcher is applied to the document reference or its content type. Supported values are REFERENCE (default) and CONTENT_TYPE.

Allowed Values

  • CONTENT_TYPE
  • REFERENCE

matcher

A text matcher applied to either the document reference or content type (as defined by applyTo) to identify which documents this frequency rule applies to.

value

The minimum recrawl frequency as a string. Can be one of always, hourly, daily, weekly, monthly, yearly, never, or a numeric value in milliseconds representing the minimum time between crawl sessions.