Commit Graph

34 Commits

Author SHA1 Message Date
mpostma
581dcd5735
implement retrieve one document 2021-03-04 15:09:00 +01:00
mpostma
f3d65ec5e9
implement retrieve documents 2021-03-04 14:20:19 +01:00
mpostma
17b84691f2
list settings 2021-03-04 12:38:55 +01:00
mpostma
47138c7632
update settings 2021-03-04 12:20:14 +01:00
mpostma
8432c8584a
refactor index controller 2021-03-04 12:03:06 +01:00
mpostma
a56db854a2
refactor update handler 2021-03-04 11:58:15 +01:00
mpostma
7c7143d435
remove IndexController interface 2021-03-03 11:43:51 +01:00
mpostma
9aca6fab88
completely file backed udpates 2021-03-03 11:01:15 +01:00
mpostma
c4dfd5f0c3
implement search and fix document addition 2021-03-01 15:45:05 +01:00
mpostma
6bcc302950
receive update 2021-02-26 17:14:11 +01:00
mpostma
61ce749122
update tokio and disable all routes 2021-02-26 09:10:04 +01:00
mpostma
588add8bec
rename update fields to camel case 2021-02-18 19:11:19 +01:00
mpostma
1eaf28f823
add primary key and update documents 2021-02-15 23:21:01 +01:00
mpostma
28b9c158b1
implement delete single document 2021-02-15 22:37:56 +01:00
mpostma
c317af58bc
implement delete document batches 2021-02-12 17:39:14 +01:00
mpostma
a8ba809656
implement clear all documents 2021-02-11 12:03:00 +01:00
mpostma
9fb0d94fc3
add tests 2021-02-11 11:02:27 +01:00
mpostma
90b930ed7f
implement update index
implement update index
2021-02-09 14:32:26 +01:00
mpostma
e89b11b1fa
create IndexSetting struct
need to stabilize the create index trait interface
2021-02-09 11:41:26 +01:00
mpostma
ec047eefd2
implement create index 2021-02-08 12:28:45 +01:00
mpostma
ed44e684cc
review fixes 2021-02-04 15:28:52 +01:00
mpostma
8d462afb79
add tests for list index and create index. 2021-02-04 14:56:36 +01:00
mpostma
d43dc4824c
implement list indexes 2021-02-04 14:54:48 +01:00
mpostma
f8f02af23e
incorporate review changes 2021-02-04 13:21:15 +01:00
mpostma
9af0a08122
post review fixes 2021-02-02 17:34:06 +01:00
mpostma
6c63ee6798
implement list all indexes 2021-01-28 18:32:24 +01:00
mpostma
60371b9dcf
get update id 2021-01-28 17:20:51 +01:00
mpostma
8183202868
documetn addition and search 2021-01-28 15:14:48 +01:00
mpostma
74410d8c6b
architecture rework 2021-01-28 14:12:34 +01:00
mpostma
6a3f625e11
WIP: refactor IndexController
change the architecture of the index controller to allow it to own an
index store.
2021-01-16 15:09:48 +01:00
mpostma
686f987180
fix compile errors 2021-01-14 11:27:07 +01:00
mpostma
334933b874
fix search 2021-01-13 18:29:17 +01:00
mpostma
d22fab5bae
implement open index 2021-01-13 18:20:14 +01:00
mpostma
ddd7789713
WIP: IndexController 2021-01-13 17:50:36 +01:00