mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
write the dump export
This commit is contained in:
parent
7ce336306d
commit
9323f9f1c4
25 changed files with 686 additions and 184 deletions
|
@ -9,5 +9,7 @@ pub mod tasks;
|
|||
pub use milli;
|
||||
pub use milli::heed;
|
||||
pub use milli::Index;
|
||||
use uuid::Uuid;
|
||||
|
||||
pub type Document = serde_json::Map<String, serde_json::Value>;
|
||||
pub type InstanceUid = Uuid;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue