mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
import the update_file_store in the index-scheduler
This commit is contained in:
parent
2afb381f95
commit
76597fc382
6 changed files with 5 additions and 277 deletions
|
@ -4,16 +4,15 @@ mod document_formats;
|
|||
pub mod error;
|
||||
pub mod index;
|
||||
pub mod task;
|
||||
mod update_file_store;
|
||||
mod utils;
|
||||
|
||||
use batch::Batch;
|
||||
pub use error::Error;
|
||||
use file_store::UpdateFileStore;
|
||||
use index::Index;
|
||||
pub use task::Task;
|
||||
use task::{Kind, KindWithContent, Status};
|
||||
use time::OffsetDateTime;
|
||||
use update_file_store::UpdateFileStore;
|
||||
|
||||
use std::collections::hash_map::Entry;
|
||||
use std::sync::atomic::{AtomicBool, Ordering};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue