mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Add dump support
This commit is contained in:
parent
5a83cecb0f
commit
13e9b4c2e5
7 changed files with 63 additions and 7 deletions
|
@ -191,6 +191,10 @@ impl CompatV5ToV6 {
|
|||
})
|
||||
})))
|
||||
}
|
||||
|
||||
pub fn features(&self) -> Result<Option<v6::RuntimeTogglableFeatures>> {
|
||||
Ok(None)
|
||||
}
|
||||
}
|
||||
|
||||
pub enum CompatIndexV5ToV6 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue