Commit Graph

12 Commits

Author SHA1 Message Date
Clément Renault
b5503989f9
feat: Improve the tokenizer by split after deunicode 2019-09-02 16:54:54 +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
102fb506db
chore: Do a little clippy pass 2019-05-22 11:00:58 +02:00
Clément Renault
fa099555c0
feat: Use safest SetBuf constructor instead of new_unchecked 2019-05-21 18:15:48 +02:00
Clément Renault
169bd4cb39
feat: Store all documents words by document rather than by attribute 2019-05-15 15:42:13 +02:00
Clément Renault
1f2abce7c3
feat: Introduce the DocumentsDeletion type 2019-05-15 15:42:11 +02:00
Clément Renault
e67ada8823
feat: Introduce the DocumentsAddition type 2019-05-15 15:42:11 +02:00
Clément Renault
3dc057ca9c
feat: Introduce the new Index system 2019-05-15 15:42:08 +02:00
Clément Renault
068f1bc202
feat: Index unidecoded words 2019-04-29 14:32:04 +02:00
Clément Renault
f0268d49fe
fix: Always lowercase indexed tokens 2019-04-29 14:32:04 +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
25a4961453
feat: Introduce the Indexer struct 2019-04-29 14:32:01 +02:00