8 Commits

Author SHA1 Message Date
Loïc Lecrenier
baeb168b6e
Delete a task's persisted data when appropriate 2022-10-20 16:34:32 +02:00
Tamo
99f1d5df20
fix the tests 2022-10-20 16:14:37 +02:00
Loïc Lecrenier
ef3e9e87f5
Continue implementation of task deletion
1. Matched tasks are a roaring bitmap
2. Start implementation in meilisearch-http
3. Snapshots use meili-snap
4. Rename to TaskDeletion
2022-10-20 16:08:16 +02:00
Kerollmops
ea192d31f4
Fix invalid import of tasks types 2022-10-20 16:00:58 +02:00
Tamo
f456fb5e0b
get rids of the index crate + the document_types crate 2022-10-20 15:57:52 +02:00
Loïc Lecrenier
f3ec39a769
Fix compiler errors related autobatching option of the index scheduler 2022-10-20 15:45:57 +02:00
Loïc Lecrenier
570ae05833
Use more complete snapshot tests for the index scheduler 2022-10-20 15:45:57 +02:00
Loïc Lecrenier
fd73e65165
Add a DetailsView type and improve index scheduler snapshots
The DetailsView type is necessary because serde incorrectly
deserialises the `Details` type, so the database fails to correctly
decode Tasks
2022-10-20 15:45:57 +02:00