Table of Contents

Constructor IngestionDocumentResult

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

IngestionDocumentResult(string, IngestionDocumentOutcome, string?, int, int, int, int, long, TimeSpan, IngestionFailure?)

What one document cost and produced.

public IngestionDocumentResult(string DocumentId, IngestionDocumentOutcome Outcome, string? ExtractorId, int ChunksAdded, int ChunksRemoved, int ChunksUnchanged, int ChunksRepaired, long TokensEmbedded, TimeSpan Duration, IngestionFailure? Failure)

Parameters

DocumentId string

The document id.

Outcome IngestionDocumentOutcome

The verdict.

ExtractorId string

The selected extractor, when one was selected.

ChunksAdded int

Chunks upserted.

ChunksRemoved int

Chunks deleted.

ChunksUnchanged int

Chunks found already present by hash.

ChunksRepaired int

Chunks whose ordinal or offsets moved.

TokensEmbedded long

Tokens this document cost.

Duration TimeSpan

Wall time.

Failure IngestionFailure

The document-tier fault, or null.