mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 03:47:02 +02:00
Remove log in chunk generator
This commit is contained in:
parent
7f7fafb857
commit
741a4444a9
3 changed files with 2 additions and 19 deletions
|
@ -5,7 +5,7 @@ use big_s::S;
|
|||
use either::{Either, Left, Right};
|
||||
use heed::EnvOpenOptions;
|
||||
use maplit::{hashmap, hashset};
|
||||
use milli::update::{IndexDocuments, Settings, UpdateBuilder, UpdateFormat};
|
||||
use milli::update::{Settings, UpdateBuilder, UpdateFormat};
|
||||
use milli::{AscDesc, Criterion, DocumentId, Index};
|
||||
use serde::Deserialize;
|
||||
use slice_group_by::GroupBy;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue