Stage Category: SORT (Reorders documents)Transformation: N documents → N documents (reordered by relevance)
When to Use
When NOT to Use
Parameters
Configuration Examples
How It Works
- Extract Scores: Read the score field from each document
- Sort: Order documents by score (descending by default)
- Optionally Normalize: Scale scores to 0-1 range
- Return: Documents in new order
Output Schema
Performance
Common Pipeline Patterns
Search + Filter + Re-sort
Multi-Stage with Score Normalization
Comparison with Other Sort Stages
Error Handling
Related
- Rerank - Neural re-scoring
- Sort Attribute - Metadata sorting
- MMR - Diversity-aware sorting

