mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
start moving a lot of task types to meilisearch_types
This commit is contained in:
parent
fa4c1de019
commit
510ce9fc51
18 changed files with 416 additions and 347 deletions
|
@ -1,10 +1,9 @@
|
|||
use meilisearch_types::milli::update::IndexDocumentsMethod::{
|
||||
self, ReplaceDocuments, UpdateDocuments,
|
||||
};
|
||||
use meilisearch_types::tasks::{Kind, TaskId};
|
||||
use std::ops::ControlFlow::{self, Break, Continue};
|
||||
|
||||
use crate::{task::Kind, TaskId};
|
||||
|
||||
#[derive(Debug)]
|
||||
pub enum BatchKind {
|
||||
DocumentClear {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue