mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
start moving a lot of task types to meilisearch_types
This commit is contained in:
parent
974b40ba04
commit
e6c033bd6b
18 changed files with 416 additions and 347 deletions
|
@ -1,9 +1,10 @@
|
|||
use actix_web::web::Data;
|
||||
use actix_web::{web, HttpRequest, HttpResponse};
|
||||
use index_scheduler::{IndexScheduler, KindWithContent, Query, Status};
|
||||
use index_scheduler::{IndexScheduler, KindWithContent, Query};
|
||||
use log::debug;
|
||||
use meilisearch_types::error::ResponseError;
|
||||
use meilisearch_types::milli::{self, FieldDistribution, Index};
|
||||
use meilisearch_types::tasks::Status;
|
||||
use serde::{Deserialize, Serialize};
|
||||
use serde_json::json;
|
||||
use time::OffsetDateTime;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue