mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Make sure that automatons group with more automatons are better
This commit is contained in:
parent
44c89b1ea2
commit
cb5c77e536
2 changed files with 6 additions and 5 deletions
|
@ -1,8 +1,5 @@
|
|||
use meilidb_schema::{Diff, Schema};
|
||||
|
||||
use crate::update::documents_addition::reindex_all_documents;
|
||||
use crate::update::{next_update_id, Update};
|
||||
use crate::{error::UnsupportedOperation, store, MResult, RankedMap};
|
||||
use crate::{store, MResult, RankedMap};
|
||||
|
||||
pub fn apply_clear_all(
|
||||
writer: &mut heed::RwTxn,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue