mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
update the API a little bit
This commit is contained in:
parent
1a3fea4d8c
commit
6fae317277
8 changed files with 182 additions and 203 deletions
|
@ -220,6 +220,10 @@ impl IndexScheduler {
|
|||
Ok(this)
|
||||
}
|
||||
|
||||
pub fn import_dump(&self, dump_path: PathBuf) -> Result<()> {
|
||||
todo!()
|
||||
}
|
||||
|
||||
/// This function will execute in a different thread and must be called only once.
|
||||
fn run(&self) {
|
||||
let run = Self {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue