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

@@ -1117,6 +1117,7 @@ mod stream_event_serde_tests {
chunker_version: ChunkerVersion("c@1".into()),
indexed_at: datetime!(2026-05-09 12:00:00 UTC),
stale: false,
score_kind: kebab_core::ScoreKind::Rrf,
}
}

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,
}
}