Table of Contents

Enum IngestionDocumentOutcome

Namespace
Qavren.Edge.Ingestion
Assembly
Qavren.Edge.Ingestion.dll

The per-document verdict. The same values are persisted as the state row's status.

public enum IngestionDocumentOutcome

Fields

Skipped = 0

Unchanged on the timestamp or hash gate. No decode, no parse, no embed.

Indexed = 1

Chunks were written, removed, repaired or all three.

Removed = 2

Pruned: the source no longer yields it.

NoTextLayer = 3

Parsed, but carried no extractable text (6105).

Unsupported = 4

No extractor accepted it (6101).

Failed = 5

A document-tier fault. The result's Failure carries the code.