feat(search/hybrid): fuse hits override score_kind to Rrf (fb-38)

This commit is contained in:
th-kim0823
2026-05-10 17:56:56 +09:00
parent 4e739f3cd8
commit b51cdb9e8f
3 changed files with 85 additions and 0 deletions

View File

@@ -170,6 +170,7 @@ pub fn mk_hit_with_indexed_at(
// + cfg threshold; tests configure both via this helper.
indexed_at,
stale: false,
score_kind: kebab_core::ScoreKind::Rrf,
}
}