Skip to main content

Module adapters

Module adapters 

Source
Expand description

Explicit adapters between posting representations.

These transformations map values only. They are intentionally not called functors: no operator/morphism map is defined, so category identity and composition laws are not part of their contract.

Structsยง

GraphPostingCodec
Versioned codec between graph side-table storage and an ordinary posting payload. Encoding preserves graph metadata rather than stripping it.
PostingToGraphAdapter
Attach a shared vertex-context side table to every posting entry.
TextTfScoreNormalizer
Normalize a TF-weighted text score into [0, 1] over one posting list.