Debug the first vector sort fill buffer

This commit is contained in:
Kerollmops 2025-01-14 16:13:18 +01:00
parent 0f8eb3b506
commit 47f70e3d79
No known key found for this signature in database
GPG Key ID: F250A4C4E3AE5F5F

View File

@ -66,7 +66,7 @@ impl<'ctx, Q: RankingRuleQueryTrait> RankingRule<'ctx, Q> for VectorSort<Q> {
"vector_sort".to_owned()
}
#[tracing::instrument(level = "trace", skip_all, target = "search::vector_sort")]
#[tracing::instrument(level = "debug", skip_all, target = "search::vector_sort")]
fn start_iteration(
&mut self,
ctx: &mut SearchContext<'ctx>,