Skip to main content

SpoiledReferenceStrategy

Supported strategies for handling references that can no longer be fetched.

Notes

Defines how the crawler treats a previously crawled reference that can no longer be successfully retrieved. Options typically include deleting the document from the index, ignoring the failure, or flagting it as an error, allowing control over what happens to stale or broken references.

Usage

SpoiledReferenceStrategy: DELETE

Allowed Values

  • DELETE
  • GRACE_ONCE
  • IGNORE