extract the index abstraction out of the index-scheduler in its own module

This commit is contained in:
Tamo
2022-09-13 20:04:48 +02:00
committed by Clément Renault
parent 48138c21a9
commit 94e29a9f5f
14 changed files with 64 additions and 186 deletions

View File

@ -1,8 +1,6 @@
mod autobatcher;
mod batch;
mod document_formats;
pub mod error;
pub mod index;
pub mod task;
mod utils;