mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 03:47:02 +02:00
I can index documents without meilisearch
This commit is contained in:
parent
edd8344dc9
commit
8770e07397
13 changed files with 357 additions and 222 deletions
|
@ -459,13 +459,12 @@ impl IndexScheduler {
|
|||
});
|
||||
}
|
||||
Err(error) => {
|
||||
// TODO: TAMO: find a way to convert all errors to the `Task::Error` type
|
||||
// task.error = Some(error);
|
||||
task.error = Some(error.into());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
todo!()
|
||||
Ok(tasks)
|
||||
}
|
||||
Batch::SettingsAndDocumentAddition {
|
||||
index_uid,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue