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
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 @@
use milli::heed;
use thiserror::Error;
use crate::index;
#[derive(Error, Debug)]
pub enum Error {
#[error("Index `{0}` not found")]