mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
import the update_file_store in the index-scheduler
This commit is contained in:
parent
215d318b53
commit
5dcd67c597
6 changed files with 5 additions and 277 deletions
|
@ -13,7 +13,7 @@ use uuid::Uuid;
|
|||
|
||||
use super::error::{IndexError, Result};
|
||||
use super::index::{Index, IndexMeta};
|
||||
use crate::update_file_store::UpdateFileStore;
|
||||
use file_store::UpdateFileStore;
|
||||
|
||||
fn serialize_with_wildcard<S>(
|
||||
field: &Setting<Vec<String>>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue