mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
get rids of log in milli and add logs for the bucket sort
This commit is contained in:
parent
f158e96fe7
commit
e773dfa9ba
14 changed files with 24 additions and 18 deletions
|
@ -13,11 +13,11 @@ use std::result::Result as StdResult;
|
|||
use crossbeam_channel::{Receiver, Sender};
|
||||
use heed::types::Str;
|
||||
use heed::Database;
|
||||
use log::debug;
|
||||
use rand::SeedableRng;
|
||||
use roaring::RoaringBitmap;
|
||||
use serde::{Deserialize, Serialize};
|
||||
use slice_group_by::GroupBy;
|
||||
use tracing::debug;
|
||||
use typed_chunk::{write_typed_chunk_into_index, TypedChunk};
|
||||
|
||||
use self::enrich::enrich_documents_batch;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue