Keyvi - a key value index that powers Cliqz search engine. It is an in-memory FST-based data structure highly optimized for size and lookup performance.
I realized that I forgot to check in 1 file when separating completion and int dictionary.
Unfortunately this was not catched as it is part of code generation and it works without the file. So I added a test that should trigger the problem. If I am right CI on this 1st commit should fail.
Coverage remained the same at 87.567% when pulling 327d13f6606a43cf4854810b793fe8a0c85a61a4 on hendrikmuhs:0_2_cleanup_missing_file into 712fb0528626f57c77bf16957b8f4d897be7a37d on cliqz-oss:0_2_cleanup.
Coverage remained the same at 87.567% when pulling 327d13f6606a43cf4854810b793fe8a0c85a61a4 on hendrikmuhs:0_2_cleanup_missing_file into 712fb0528626f57c77bf16957b8f4d897be7a37d on cliqz-oss:0_2_cleanup.
I realized that I forgot to check in 1 file when separating completion and int dictionary.
Unfortunately this was not catched as it is part of code generation and it works without the file. So I added a test that should trigger the problem. If I am right CI on this 1st commit should fail.