mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
update the API a little bit
This commit is contained in:
parent
72a906ae75
commit
c051166bcc
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