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 5abb79f149
commit cf8c4310ab
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
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;