MeiliSearch/dump
funilrys 13fb5ce974
Re-Open tasks list when needed.
Indeed, before this patch we were using the reference instead of
"reopening" the task list each time we needed to access it.
Without this patch, all other usage of the task attribute will
break.
2022-12-22 17:47:57 +01:00
..
src Re-Open tasks list when needed. 2022-12-22 17:47:57 +01:00
tests/assets Add v1 reader 2022-12-01 14:03:15 +01:00
Cargo.toml Update version for the next release (v1.0.0) in Cargo.toml files 2022-12-08 12:20:17 +00:00
README.md remove an unused file 2022-10-27 11:34:02 +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