meilisearch/milli/src/search
Loïc Lecrenier 86d9f50b9c Fix bugs in incremental facet indexing with variable parameters
e.g. add one facet value incrementally with a group_size = X and then
add another one with group_size = Y

It is not actually possible to do so with the public API of milli,
but I wanted to make sure the algorithm worked well in those cases
anyway.

The bugs were found by fuzzing the code with fuzzcheck, which I've added
to milli as a conditional dev-dependency. But it can be removed later.
2022-10-26 13:47:04 +02:00
..
criteria Fix bugs in incremental facet indexing with variable parameters 2022-10-26 13:47:04 +02:00
distinct Give same interface to bulk and incremental facet indexing types 2022-10-26 13:47:04 +02:00
facet Fix bugs in incremental facet indexing with variable parameters 2022-10-26 13:47:04 +02:00
matches Fixing piles of clippy errors. 2022-10-13 22:02:54 +02:00
fst_utils.rs custom fst automatons 2022-03-15 17:38:35 +01:00
mod.rs Reorganise facets database indexing code 2022-10-26 13:46:46 +02:00
query_tree.rs Fix compile error after rebasing wppd-refactor 2022-10-18 10:40:26 +02:00