Skip to main content

Module builder

Module builder 

Source
Expand description

Segment builder: takes analyzed documents and produces segment bytes.

The builder accumulates documents with their analyzed fields and source JSON, then produces a complete segment in the format specified by [[architecture-segment-layout]]. This is the write side of the segment lifecycle.

See [[architecture-indexing-pipeline#Segment Building]] and [[architecture-overview#Step 6]].

Structs§

SegmentBuilder
Builds a segment from analyzed documents.