mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
connect the new scheduler to meilisearch-http officially.
I can index documents and do search
This commit is contained in:
parent
f84cbee170
commit
42f5c1fc3f
4 changed files with 38 additions and 13 deletions
|
@ -42,7 +42,7 @@ pub struct TaskView {
|
|||
pub finished_at: Option<OffsetDateTime>,
|
||||
}
|
||||
|
||||
#[derive(Debug, Serialize, Deserialize)]
|
||||
#[derive(Debug, PartialEq, Serialize, Deserialize)]
|
||||
#[serde(rename_all = "camelCase")]
|
||||
pub struct Task {
|
||||
pub uid: TaskId,
|
||||
|
@ -122,7 +122,7 @@ impl FromStr for Status {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Debug, Serialize, Deserialize)]
|
||||
#[derive(Debug, PartialEq, Serialize, Deserialize)]
|
||||
#[serde(rename_all = "camelCase")]
|
||||
pub enum KindWithContent {
|
||||
DocumentAddition {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue