mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +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 @@
|
|||
use milli::heed;
|
||||
use thiserror::Error;
|
||||
|
||||
use crate::index;
|
||||
|
||||
#[derive(Error, Debug)]
|
||||
pub enum Error {
|
||||
#[error("Index `{0}` not found")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue