Commit Graph

23 Commits

Author SHA1 Message Date
Clément Renault
f46868407c
feat: Make RocksDB works seemlessly like sled 2019-09-05 18:43:10 +02:00
Clément Renault
5a9e25c315
feat: Introduce the UpdatesIndex type 2019-09-05 11:14:11 +02:00
Clément Renault
50b8a66794
feat: Change the STORED attribute property by DISPLAYED 2019-09-03 11:14:20 +02:00
Clément Renault
e20a038970
fix: Expose some internal functions 2019-08-29 15:11:51 +02:00
Clément Renault
f5b0eb044a
fix: Transform the identifier value into a string before hashing it 2019-08-29 11:41:20 +02:00
Clément Renault
28a0074497
feat: Expose a function to compute the DocumentId from an Hashable value 2019-06-25 11:21:12 +02:00
Clément Renault
15646c258b
fix: Prefer using a reliable SipHash to compute document ids 2019-06-22 11:22:21 +02:00
Clément Renault
994a0e78f1
feat: Move the Schema to its own workspace crate 2019-05-29 15:37:28 +02:00
Clément Renault
4c973238a1
feat: Introduce a basic RocksDB based version 2019-05-23 14:57:29 +02:00
Clément Renault
102fb506db
chore: Do a little clippy pass 2019-05-22 11:00:58 +02:00
Clément Renault
aa90f22865
feat: Remove the Index dependency of the Serializer 2019-05-15 15:42:12 +02:00
Clément Renault
e67ada8823
feat: Introduce the DocumentsAddition type 2019-05-15 15:42:11 +02:00
Clément Renault
8434ecbb43
feat: Introduce the RankedMap real type 2019-05-15 15:42:10 +02:00
Clément Renault
0c18026240
feat: Introduce Tree wrappers for each index component 2019-05-15 15:42:10 +02:00
Clément Renault
2e9fbd07cd
chore: Remove most of the warnings 2019-05-15 15:42:09 +02:00
Clément Renault
9023a12ad4
feat: Introduce the unrankable error variant 2019-04-29 14:32:04 +02:00
Clément Renault
0547671246
feat: Take ranked attributes into account 2019-04-29 14:32:04 +02:00
Clément Renault
7dbf5d6319
fix: Make the examples build 2019-04-29 14:32:03 +02:00
Clément Renault
ad24ef8a25
feat: Index words of structs, maps and tuples 2019-04-29 14:32:03 +02:00
Clément Renault
645bab7748
feat: Index documents using the Serializer struct 2019-04-29 14:32:03 +02:00
Clément Renault
abd7d1de48
feat: Introduce the extract_document_id function 2019-04-29 14:32:03 +02:00
Clément Renault
ea0ee070ef
feat: Introduce the Serializer
Which will serialize documents fields as message pack in the kv-store
2019-04-29 14:32:03 +02:00
Clément Renault
725e7b4229
chore: Move the Deserializer into the the serde module 2019-04-29 14:32:02 +02:00