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
- YAML
- JSON
- XML
SpoiledReferenceStrategy: DELETE
{
"SpoiledReferenceStrategy": "DELETE"
}
<spoiledReferenceStrategy/>
Allowed Values
DELETEGRACE_ONCEIGNORE