mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
extract the index abstraction out of the index-scheduler in its own module
This commit is contained in:
parent
48138c21a9
commit
94e29a9f5f
14 changed files with 64 additions and 186 deletions
|
@ -1,8 +1,6 @@
|
|||
mod autobatcher;
|
||||
mod batch;
|
||||
mod document_formats;
|
||||
pub mod error;
|
||||
pub mod index;
|
||||
pub mod task;
|
||||
mod utils;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue