Commit Graph

13 Commits

Author SHA1 Message Date
Clément Renault
626f69737e fix: Prefer using the group_id instead of the product_id
The product_id is an id that identify each group variant (e.g. color, size...), it is not useful for the relevance for the moment.
2018-09-15 21:03:18 +02:00
Clément Renault
d8ad4f5063 feat: Add a way to choose the indexed json lines file 2018-09-15 20:58:05 +02:00
Clément Renault
b5b87cd930 feat: Introduce a basic http service 2018-09-14 19:56:04 +02:00
Clément Renault
a49a21ac15 feat: Remove the State from most of the code 2018-09-09 13:35:12 +02:00
Clément Renault
31e04f0120 feat: Simplify the levenshtein construction 2018-09-09 11:13:58 +02:00
Kerollmops
2e0193a39e feat: Introduce sst file dumping
Fixes #9
2018-08-25 17:00:05 +02:00
Clément Renault
e5c54c4399 feat: Improve the indexing time a little bit
...by a factor of 17.6x.
2018-08-25 17:00:05 +02:00
Clément Renault
6fa164dc56 chore: Make the project a workspace 2018-08-25 17:00:05 +02:00
Clément Renault
d6e113c683 feat: Introduce RocksDB in this project
in order to save fields of the products
2018-08-25 17:00:05 +02:00
Kerollmops
23134fee02 feat: Fix the ranking algorithm to sort only the needed documents 2018-08-25 17:00:05 +02:00
Clément Renault
0190caef4d chore: Update lock files 2018-06-24 20:00:02 +02:00
Kerollmops
b406fb4aed fix: Make sure to compute the right word index 2018-08-25 17:00:05 +02:00
Kerollmops
879e28fb7d chore: Rename bin into indexer 2018-08-25 17:00:05 +02:00