Skip to main content
Score normalize stage showing score rescaling from raw to normalized range
The Score Normalize stage rescales document scores using statistical normalization methods, enabling meaningful comparison across different scoring sources and consistent downstream thresholding.
Stage Category: SORT (Rescales scores)Transformation: N documents → N documents (same order, normalized scores)

When to Use

When NOT to Use

Parameters

Normalization Methods

Configuration Examples

Use output_field to preserve the original score alongside the normalized value. This is useful for debugging or when you need both raw and normalized scores downstream.

Performance

Common Pipeline Patterns

Hybrid Search Fusion

Score Thresholding After Normalization

Error Handling