mpostma
|
a955e04ab6
|
implement clear documents
|
2021-03-04 16:04:12 +01:00 |
|
mpostma
|
ae5581d37c
|
implement delete documents
|
2021-03-04 15:59:18 +01:00 |
|
mpostma
|
181eaf95f5
|
restore update documents
|
2021-03-04 15:10:58 +01:00 |
|
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
|
9e2a95b1a3
|
refactor search
|
2021-03-04 11:23:41 +01:00 |
|
mpostma
|
ae3c8af56c
|
enable faceted search
|
2021-03-04 10:42:44 +01:00 |
|
mpostma
|
eff8570f59
|
handle ctrl-c shutdown
|
2021-03-03 15:10:00 +01:00 |
|
mpostma
|
3cd799a744
|
fix update files created in the wrong place
|
2021-03-03 14:39:44 +01:00 |
|
mpostma
|
e285404c3e
|
handle errors when sendign payload to actor
|
2021-03-03 12:16:16 +01:00 |
|
mpostma
|
70d935a2da
|
refactor index serach for better error handling
|
2021-03-03 11:53:01 +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
|
62532b8f79
|
WIP concurent index store
|
2021-03-02 14:05:03 +01:00 |
|
mpostma
|
c4dfd5f0c3
|
implement search and fix document addition
|
2021-03-01 15:45:05 +01:00 |
|
mpostma
|
658166c05e
|
implement document push
|
2021-02-26 18:11:43 +01:00 |
|
mpostma
|
6bcc302950
|
receive update
|
2021-02-26 17:14:11 +01:00 |
|
mpostma
|
672a4b5400
|
add actors/ support index creation
|
2021-02-26 09:10:36 +01:00 |
|
mpostma
|
61ce749122
|
update tokio and disable all routes
|
2021-02-26 09:10:04 +01:00 |
|
mpostma
|
ac89c35edc
|
add settings routes errors
|
2021-02-23 19:46:18 +01:00 |
|
mpostma
|
0a3e946726
|
test delete batches
|
2021-02-23 14:13:43 +01:00 |
|
mpostma
|
b1226be2c8
|
test document addition
|
2021-02-19 13:16:41 +01:00 |
|
mpostma
|
4c5effe714
|
test index update
|
2021-02-18 20:28:10 +01:00 |
|
mpostma
|
588add8bec
|
rename update fields to camel case
|
2021-02-18 19:11:19 +01:00 |
|
mpostma
|
999758f7a1
|
facets distribution
|
2021-02-17 14:59:32 +01:00 |
|
marin
|
2d7b2e651d
|
Merge pull request #43 from meilisearch/facet-filters
enable faceted searches
|
2021-02-17 14:11:10 +01:00 |
|
mpostma
|
ae9a41a19f
|
fix error message when empty payload
|
2021-02-17 14:00:42 +01:00 |
|
mpostma
|
91d6e90d5d
|
enable faceted searches
|
2021-02-16 19:20:39 +01:00 |
|
mpostma
|
4fe90a1a1c
|
fix attributes to retrieve in search
|
2021-02-16 16:51:00 +01:00 |
|
mpostma
|
e1253b6969
|
enable search with get route
|
2021-02-16 16:48:05 +01:00 |
|
mpostma
|
bead4075d8
|
implement list api keys
|
2021-02-16 16:38:20 +01:00 |
|
mpostma
|
1823fa18c9
|
add basic error handling
|
2021-02-16 16:36:57 +01:00 |
|
mpostma
|
aad5b789a7
|
review edits
|
2021-02-15 23:40:53 +01:00 |
|
mpostma
|
5c0b541248
|
delete db files on deletion
|
2021-02-15 23:32:38 +01:00 |
|
mpostma
|
a9e9e72840
|
implement index deletion
|
2021-02-15 23:24:28 +01:00 |
|
mpostma
|
1eaf28f823
|
add primary key and update documents
|
2021-02-15 23:21:01 +01:00 |
|
marin
|
3a634cb583
|
Merge pull request #35 from meilisearch/retrieve-documents
implemement retrieve documents
|
2021-02-15 23:11:34 +01:00 |
|
mpostma
|
8bb1b6146f
|
make retrieval non blocking
|
2021-02-15 23:02:20 +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
|
6766de437f
|
implement get document
|
2021-02-11 11:20:39 +01:00 |
|
mpostma
|
9fb0d94fc3
|
add tests
|
2021-02-11 11:02:27 +01:00 |
|
mpostma
|
8fd9dc231c
|
implement retrieve all documents
|
2021-02-10 17:08:37 +01:00 |
|
mpostma
|
4ca46b9e5f
|
fix bug in error message
|
2021-02-09 14:32:28 +01:00 |
|
mpostma
|
90b930ed7f
|
implement update index
implement update index
|
2021-02-09 14:32:26 +01:00 |
|