meilisearch/crates/dump
2024-11-20 10:51:06 +01:00
..
src fix the dump test -> the only change is that we now have a null batch_uid in all the tasks 2024-11-20 10:51:06 +01:00
tests/assets Move crates under a sub folder to clean up the code 2024-10-21 08:18:43 +02:00
Cargo.toml Move crates under a sub folder to clean up the code 2024-10-21 08:18:43 +02:00
README.md Move crates under a sub folder to clean up the code 2024-10-21 08:18:43 +02:00

dump
├── indexes
│   ├── cattos
│   │   ├── documents.jsonl
│   │   └── settings.json
│   └── doggos
│       ├── documents.jsonl
│       └── settings.json
├── instance-uid.uuid
├── keys.jsonl
├── metadata.json
└── tasks
    ├── update_files
    │   └── [task_id].jsonl
    └── queue.jsonl