Commit Graph

16 Commits

Author SHA1 Message Date
835745ac22 Add some documentation to the index scheduler 2022-10-20 16:39:22 +02:00
cac924b663 first mostly working version 2022-10-20 16:13:16 +02:00
f456fb5e0b get rids of the index crate + the document_types crate 2022-10-20 15:57:52 +02:00
f3f6bbf624 Update the tasks statuses 2022-10-20 15:44:33 +02:00
88a0ed9736 Implement the IndexDeletion batch operation 2022-10-20 15:44:33 +02:00
4871509507 Make sure that meilisearch-http works without index wrapper 2022-10-20 15:44:33 +02:00
478e3f0f6b Remove the Index wrapper and use milli::Index directly 2022-10-20 15:43:03 +02:00
257651c615 Move the IndexScheduler to the root of the index-scheduler crate 2022-10-20 15:43:02 +02:00
373995dca9 Make clippy happy 2022-10-20 15:43:02 +02:00
3fda1942c0 Implement a recursive indexation for the index-related operations 2022-10-20 15:43:02 +02:00
acc6d3a82b start integrating the index-scheduler in meilisearch-lib 2022-10-20 15:30:31 +02:00
16eab7b337 I can index documents without meilisearch 2022-10-20 15:30:20 +02:00
f84ced7e38 start integrating the index-scheduler in the meilisearch codebase 2022-10-20 15:28:50 +02:00
3001ed3a5f implement the index swap in the index mapper 2022-10-20 15:26:46 +02:00
c326613e06 move the index mapping logic in another structure 2022-10-20 15:26:45 +02:00
48e10176b2 migrate the index handling code in a different file + implements the create index 2022-10-20 15:26:45 +02:00