Expand description
Deterministic result merge pipeline: fuse duplicates, normalize, boost, rank, and truncate.
Structs§
- LegResult
- A search result from a single route leg, tagged with its source leg index.
- Merge
Policy - Merge policy for combining results from multiple route legs.
- Merged
Item - A single ranked item in the merged result set, with fused provenance from all contributing legs.
- Merged
Results - Output of the merge pipeline: ranked, deduplicated results with provenance metadata.
Enums§
- Score
Normalization - Strategy for normalizing scores across route legs before ranking.
Functions§
- merge
- Execute the merge pipeline on results from multiple legs.