Add a lot of debug

This commit is contained in:
Kerollmops
2021-02-24 15:37:37 +01:00
parent ae4a237e58
commit 4510bbccca
4 changed files with 15 additions and 1 deletions

View File

@ -107,6 +107,8 @@ impl<'a> Search<'a> {
let mut initial_candidates = RoaringBitmap::new();
while let Some(CriterionResult { candidates, bucket_candidates, .. }) = criteria.next()? {
debug!("Number of candidates found {}", candidates.len());
let mut len = candidates.len() as usize;
let mut candidates = candidates.into_iter();