Commit Graph

89 Commits

Author SHA1 Message Date
dc88a86259 Store the word positions under the documents 2020-09-05 18:03:06 +02:00
580ed1119a Make the engine to return csv string records as documents and headers 2020-08-31 19:02:00 +02:00
bad0663138 Come back to the old tokenizer 2020-08-31 13:34:38 +02:00
4afc4d0751 Use the groups of four positions to speed up disjunctions tests 2020-08-30 16:25:11 +02:00
605f75b56f Add the words grouped by four positions in the infos binary 2020-08-29 18:23:33 +02:00
ad5cafbfed Introduce a database to store docids in groups of four positions 2020-08-29 17:42:55 +02:00
3db517548d Move the documents back into the LMDB database 2020-08-29 15:14:04 +02:00
3fe497e129 Improve the Mtbl heed codec to only encode MTBL databases 2020-08-29 11:20:39 +02:00
21aafd603c Make sure the first document is associated to the document id 0 2020-08-29 10:56:40 +02:00
0a44ff86ab Put the documents MTBL back into LMDB
We makes sure to write the documents into a file before
memory mapping it and putting it into LMDB, this way we avoid
moving it to RAM
2020-08-28 15:43:24 +02:00
7cde312f14 Introduce the StrBEU32Codec heed codec 2020-08-28 14:16:37 +02:00
ba2eb0d7ad Take the words-fst into account when retrieving the biggests values 2020-08-26 14:36:22 +02:00
32da07ccee Introduce the word-positions-doc-ids and words-positions infos commands 2020-08-23 10:52:47 +02:00
d19f394630 Make the indexer support gzipped CSV as input 2020-08-21 18:10:24 +02:00
ff479c865d Replace pipe by ringtail to improve stdin read performances 2020-08-21 17:45:52 +02:00
ada30c2789 Introducing more arguments to specify the different compression algorithms 2020-08-21 16:41:26 +02:00
02335ee72d Introduce the biggest-value-sizes command on the infos binary 2020-08-21 14:44:42 +02:00
1e3e756c19 Introduce the words-frequencies command on the infos binary 2020-08-21 14:44:42 +02:00
e55a569629 Compress much more the documents database 2020-08-21 14:44:42 +02:00
962bad3cea Introduce an infos binary to fetch stats 2020-08-17 19:41:49 +02:00
8806fcd545 Introduce a better query and document lexer 2020-08-16 14:36:54 +02:00
7dc594ba4d Introduce the Search builder struct 2020-08-13 14:27:51 +02:00
883a8109c8 Show both database and documents database sizes 2020-08-10 14:37:18 +02:00
a4e0f3f724 Remove the useless TransitiveArc from the serve binary 2020-08-10 14:06:27 +02:00
edc06a97d6 Remove the useless stats binary 2020-08-10 13:55:02 +02:00
ae77fe5a69 Introduce an option to specify the maximum database size 2020-08-10 13:53:53 +02:00
394844062f Move the documents MTBL database inside the Index 2020-08-10 13:47:19 +02:00
ecd2b2f217 Make the final merge done in parallel 2020-08-07 15:44:04 +02:00
91282c8b6a Move the documents into another file 2020-08-07 13:11:31 +02:00
fae694a102 Put the documents into an MTBL database 2020-08-07 12:14:40 +02:00
405a71d3a4 Accept csv from stdin 2020-08-06 13:38:21 +02:00
d3b1096510 Compute the word attribute postings lists on each threads 2020-08-06 11:50:27 +02:00
8d734941af Clean up some lines 2020-08-06 10:20:26 +02:00
6508d497ce Replace the regex highlighting by a simple algorithm 2020-08-05 13:52:27 +02:00
4873abe145 Introduce option flags to toggle the indexing engine 2020-08-05 12:10:41 +02:00
bd4b18541c Introduce a new indexer which uses an MTBL sorter 2020-08-04 15:44:37 +02:00
ee305c9284 Replace the title by the milli logo 2020-07-15 23:55:28 +02:00
9ade00e27b Highlight all the matching words 2020-07-14 11:53:21 +02:00
085c376655 Use the regex crate to highlight "hello" 2020-07-14 11:28:40 +02:00
aa92311d4e Add a dark theme to the dashboard 2020-07-13 23:51:41 +02:00
92c2b1dd2d Refine the help message of the binaries 2020-07-12 11:06:45 +02:00
f757df5dfd Introduce the stderr logger to the project 2020-07-12 11:04:35 +02:00
12358476da Use the log crate instead of stderr 2020-07-12 10:55:09 +02:00
2c62eeea3c Rename the project milli 2020-07-12 00:16:41 +02:00
b8a1fc0126 Clean up the CSS style custom bulma rules 2020-07-11 14:51:59 +02:00
f6eae91c7d Pretty print the new dashboard numbers 2020-07-11 14:17:37 +02:00
d44428fa90 Display more informations on the dashboard 2020-07-11 11:51:56 +02:00
11c7fef80a Implement a memory dumper
It moves the in memory HashMaps used when indexing to a disk based MTBL file
2020-07-07 16:48:49 +02:00
b12bfcb03b Reduce the deepness of the word position document ids
This helps reduce the number of allocations.
2020-07-07 12:30:05 +02:00
7178b6c2c4 First basic version using MTBL again 2020-07-07 11:32:33 +02:00