Files
meilisearch/crates/milli/src
ManyTheFish d2071dde1f Fix ranking score bug when sort is present
- Fix global_score function to properly handle semantic scores and ranking scores
- Prioritize semantic scores (vector/embedding) when available, fall back to ranking scores
- Exclude sort and geo sort details from relevance scoring
- Use Rank::global_score to properly merge ranking scores
- Add test case with insta snapshots to reproduce and verify the fix
- When sorting is present, ranking scores now properly reflect search relevance
- Previously all ranking scores were 1.0 when sort was present, now they show actual relevance scores
2025-10-08 11:23:43 +02:00
..
2025-07-01 14:05:47 +02:00
2025-09-18 16:57:20 +02:00
2025-09-23 13:55:36 +02:00
2025-09-23 17:37:31 +02:00
2025-07-01 14:08:46 +02:00
2025-09-23 13:55:36 +02:00
2025-06-03 15:39:26 +02:00
2025-06-03 15:39:26 +02:00
2025-09-23 13:55:36 +02:00
2025-09-23 13:55:36 +02:00
2025-09-23 13:55:36 +02:00
2025-08-19 14:50:41 +02:00