Commit Graph

19 Commits

Author SHA1 Message Date
1df1f88fe1 Directly write to LMDB without intermediate final MTBL 2020-06-01 21:30:39 +02:00
2174042994 Merge only 3 MTBL at the same time 2020-06-01 19:49:58 +02:00
5cc81a0179 Merge many MTBL into one a the same time 2020-06-01 18:39:58 +02:00
6a047519f6 Do a merge two by two 2020-06-01 18:27:26 +02:00
5404776f7a Add a little bit more debug 2020-06-01 17:52:43 +02:00
dff68a339a Use OnceCell to cache levenshtein builders 2020-05-31 19:27:11 +02:00
dde3e01a59 Introduce prefix postings ids for better perfs 2020-05-31 18:20:49 +02:00
a26553c90a Reintroduce a simple HTTP server 2020-05-31 17:48:13 +02:00
2a10b2275e Support prefix typo tolerant search 2020-05-31 17:18:13 +02:00
ba9527abc0 Support typos with a levenshtein automata 2020-05-31 17:01:11 +02:00
6c726df9b9 Support multiple space seperated words 2020-05-31 16:09:34 +02:00
24587148fd Introduce MTBL parallel merging before LMDB writing 2020-05-31 14:22:57 +02:00
6762c2d08f Clean up a little bit 2020-05-31 14:22:57 +02:00
3a998cf39c Far better usage of rayon to fold indexed data 2020-05-31 14:22:57 +02:00
1237306ca8 Introduce a thread that write to heed 2020-05-31 14:22:57 +02:00
3668627e03 Use zerocopy without bitpacking as a first step 2020-05-31 14:22:07 +02:00
a81f201fad Inroduce the use of RocksDB instead of sled (RAM) 2020-05-31 14:22:06 +02:00
91ba938953 Initial commit 2020-05-31 14:22:06 +02:00
4573f00a0d Initial commit 2020-05-31 14:21:56 +02:00