Table of Contents

Enum IngestionStage

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

What a run is doing right now. Drives a foreground notification's text (spec 10.4).

public enum IngestionStage

Fields

Enumerating = 0

Walking the source.

Extracting = 1

Inside an extractor.

Chunking = 2

Inside a chunker.

Embedding = 3

Inside spec 9.5 step a1.

Writing = 4

Inside spec 9.5 step a2 or b.

Repairing = 5

Inside spec 9.5 step c.

Pruning = 6

Inside spec 9.6.