Squash in a single commit and rebase

This commit is contained in:
Clément Renault
2024-07-01 16:38:52 +02:00
committed by Kerollmops
parent 0776217801
commit beef5b5f98
23 changed files with 729 additions and 388 deletions

View File

@ -150,7 +150,7 @@ fn main() {
// after executing a batch we check if the database is corrupted
let res = index.search(&wtxn).execute().unwrap();
index.documents(&wtxn, res.documents_ids).unwrap();
index.compressed_documents(&wtxn, res.documents_ids).unwrap();
progression.fetch_add(1, Ordering::Relaxed);
}
wtxn.abort();