Commit Graph

17 Commits

Author SHA1 Message Date
7541172d12 Make the example show highlighted areas more explicitly 2019-11-05 16:40:48 +01:00
95c8ad0f80 Allow users to specify the index name to use with examples bins 2019-10-31 16:20:31 +01:00
cc461b1331 Display enqueued along with processed updates 2019-10-31 12:25:52 +01:00
8a17fcdda5 Introduce a function to get all updates results 2019-10-29 11:37:40 +01:00
ca26a0f2e4 Cargo fmt pass 2019-10-18 13:30:06 +02:00
2ef51f7df9 Introduce a function to copy and compact a database env 2019-10-18 12:56:56 +02:00
d941c512db Rework the QueryBuilder to make it easier to construct and use 2019-10-17 14:45:21 +02:00
da71821204 Make the example take the fetch-timeout-ms argument into account 2019-10-17 13:19:08 +02:00
1667e1b32f Move to zerocopy-lmdb 2019-10-16 17:12:55 +02:00
12b80e08be Do not commit updates, let the user do 2019-10-11 11:29:47 +02:00
19c22a8c5e Create two open and create index functions 2019-10-10 13:48:30 +02:00
7b26bd88c0 Improve the DocumentsIdsIter internal 2019-10-10 13:40:18 +02:00
6ec575f8de Use a buffered sync channel to avoid blocking the update system 2019-10-09 15:49:35 +02:00
683b6afbfb Introduce a way to filter documents with a basic syntax 2019-10-09 14:20:37 +02:00
663714bb6d Make the example return documents field in a consistent order 2019-10-09 13:48:33 +02:00
5f3072e67e Support a basic update callback system 2019-10-09 11:45:19 +02:00
2236ebbd42 Introduce an example file to test indexing and searching csv documents 2019-10-08 14:48:48 +02:00