Tamo
|
0d0b2a9ac1
|
bring back the IndexMeta and IndexStats in meilisearch-http
|
2022-10-20 15:42:45 +02:00 |
|
Tamo
|
f4ecf75cda
|
fix import bug
|
2022-10-20 15:42:45 +02:00 |
|
Tamo
|
2064b65d5f
|
remove the create_app macro
|
2022-10-20 15:42:45 +02:00 |
|
Tamo
|
2d31cff082
|
get rids of meilisearch-lib
|
2022-10-20 15:42:44 +02:00 |
|
Tamo
|
2de8f08517
|
fix a deadlock
|
2022-10-20 15:36:10 +02:00 |
|
Tamo
|
972dd6bcef
|
remove Clone from the IndexScheduler
|
2022-10-20 15:36:10 +02:00 |
|
Tamo
|
7f1a85d443
|
remove a bunch of comments
|
2022-10-20 15:36:10 +02:00 |
|
Tamo
|
e43d5e9abe
|
move as many fields as possible out of the IndexScheduler
|
2022-10-20 15:36:09 +02:00 |
|
Tamo
|
a43fbc9367
|
move the test function in the test module
|
2022-10-20 15:36:09 +02:00 |
|
Tamo
|
03de8669a2
|
start implementing some logic to test the internal states of the scheduler
|
2022-10-20 15:36:09 +02:00 |
|
Tamo
|
2d1cc1a12d
|
fix the tests
|
2022-10-20 15:36:09 +02:00 |
|
Tamo
|
f58d969899
|
slightly refactor the autobatching tests
|
2022-10-20 15:34:55 +02:00 |
|
Tamo
|
42f5c1fc3f
|
connect the new scheduler to meilisearch-http officially.
I can index documents and do search
|
2022-10-20 15:34:55 +02:00 |
|
Tamo
|
f84cbee170
|
implements the get_tasks
|
2022-10-20 15:34:55 +02:00 |
|
Tamo
|
5b282acb7b
|
fix all compilation errors
|
2022-10-20 15:34:55 +02:00 |
|
Irevoire
|
60ee1f5e64
|
wip integrating the scheduler in meilisearch-http
|
2022-10-20 15:34:55 +02:00 |
|
Irevoire
|
acc6d3a82b
|
start integrating the index-scheduler in meilisearch-lib
|
2022-10-20 15:30:31 +02:00 |
|
Irevoire
|
01847a14bb
|
add insta::json for later
|
2022-10-20 15:30:31 +02:00 |
|
Irevoire
|
16eab7b337
|
I can index documents without meilisearch
|
2022-10-20 15:30:20 +02:00 |
|
Tamo
|
7bbd75e1fb
|
wip
|
2022-10-20 15:29:48 +02:00 |
|
Tamo
|
a4bf859779
|
create the end Batch type for all Index* operations
|
2022-10-20 15:29:48 +02:00 |
|
Tamo
|
72496122c3
|
create the end Batch type for all Document* operation
|
2022-10-20 15:29:48 +02:00 |
|
Tamo
|
d7146d7b21
|
write most of the run loop
|
2022-10-20 15:29:48 +02:00 |
|
Tamo
|
e9d2689499
|
use faux in the file-store
|
2022-10-20 15:29:36 +02:00 |
|
Tamo
|
0acc40b222
|
split the run function in two
|
2022-10-20 15:28:51 +02:00 |
|
Tamo
|
9069439a14
|
fix the register test
|
2022-10-20 15:28:51 +02:00 |
|
Tamo
|
e7c552a0d0
|
reduce the size of the snapshots
|
2022-10-20 15:28:50 +02:00 |
|
Tamo
|
cfc01e4372
|
test the register tasks
|
2022-10-20 15:28:50 +02:00 |
|
Tamo
|
f84ced7e38
|
start integrating the index-scheduler in the meilisearch codebase
|
2022-10-20 15:28:50 +02:00 |
|
Tamo
|
9882b7fa57
|
greatly reduce the number of warnings
|
2022-10-20 15:26:57 +02:00 |
|
Tamo
|
1a4461cd3a
|
fix smol typo
|
2022-10-20 15:26:57 +02:00 |
|
Tamo
|
ce0ebf9381
|
get rids of the horrendous spinlock in favor of synchronoise
|
2022-10-20 15:26:57 +02:00 |
|
Tamo
|
3001ed3a5f
|
implement the index swap in the index mapper
|
2022-10-20 15:26:46 +02:00 |
|
Tamo
|
c326613e06
|
move the index mapping logic in another structure
|
2022-10-20 15:26:45 +02:00 |
|
Tamo
|
48e10176b2
|
migrate the index handling code in a different file + implements the create index
|
2022-10-20 15:26:45 +02:00 |
|
Tamo
|
f7357fc504
|
reintroduce the uuid mapping for the indexes
|
2022-10-20 15:26:45 +02:00 |
|
Tamo
|
5b485e309c
|
add a bunch of tests
|
2022-10-20 15:26:45 +02:00 |
|
Tamo
|
3120057039
|
split the DocumentAdditionOrUpdate in two tasks; DocumentAddition and DocumentUpdate
|
2022-10-20 15:26:33 +02:00 |
|
Tamo
|
00f13f45b6
|
starts importing the real tasks
|
2022-10-20 15:26:32 +02:00 |
|
Tamo
|
bbb50d1b96
|
get rids of the auto-generated mains
|
2022-10-20 15:26:32 +02:00 |
|
Tamo
|
cf8c4310ab
|
extract the index abstraction out of the index-scheduler in its own module
|
2022-10-20 15:26:32 +02:00 |
|
Tamo
|
5abb79f149
|
rename the update-file-store to file-store since it can store any kind of file
|
2022-10-20 15:26:22 +02:00 |
|
Tamo
|
5dcd67c597
|
import the update_file_store in the index-scheduler
|
2022-10-20 15:26:22 +02:00 |
|
Tamo
|
215d318b53
|
get rids of nelson
|
2022-10-20 15:26:22 +02:00 |
|
Tamo
|
68e74e133f
|
move the update file store to another crate with as little dependencies as possible
|
2022-10-20 15:26:06 +02:00 |
|
Tamo
|
98bb742d77
|
finishes the global skelton of the auto-batcher
|
2022-10-20 15:26:06 +02:00 |
|
Tamo
|
1efccb1bc4
|
polish the global structure of the batch creation
|
2022-10-20 15:26:06 +02:00 |
|
Irevoire
|
78ca4bf608
|
move the autobatcher logic to another file
|
2022-10-20 15:26:06 +02:00 |
|
Tamo
|
66397bd0de
|
add the document format file
|
2022-10-20 15:26:06 +02:00 |
|
Tamo
|
0790a3cbbf
|
fix the create_new_batch method
|
2022-10-20 15:26:06 +02:00 |
|