Commit Graph

16 Commits

Author SHA1 Message Date
Kerollmops 0cec352d2b
Merge remote-tracking branch 'milli/main' into import-milli 2023-01-16 16:20:22 +01:00
Loïc Lecrenier 3e4337c91f
Add meili-snap crate to make writing snapshot tests easier 2022-10-27 11:34:01 +02:00
Loïc Lecrenier ee1abfd1c1 Ignore files generated by fuzzcheck 2022-10-26 13:47:46 +02:00
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
Jérome Eertmans aec220ab63 chore: move logo to (new) assets folder 2022-10-04 12:20:24 +02:00
Loïc Lecrenier 3a734af159 Add snapshot tests for Facets::execute 2022-08-10 15:53:46 +02:00
Irevoire 490836a7b3
ignore the snapshots and dumps in the gitignore (#1449) 2021-07-01 14:41:53 +02:00
Marin Postma 5014f74649
put mini-dashboard in out-dir 2021-04-27 09:32:17 +02:00
Marin Postma 77481d7c76
update gitignore 2021-04-26 18:21:09 +02:00
mpostma a9a9ed6318
create workspace with meilisearch-error 2021-03-01 14:41:55 +01:00
Clément Renault e8639517da
Change the project to become a workspace with milli as a default-member 2021-02-12 16:15:09 +01:00
mpostma 7c9eaaeadb clean code, and fix errors 2020-12-22 14:02:41 +01:00
Clément Renault 0408c9d66a
Move the http server into its own sub-module 2020-11-05 11:16:39 +01:00
Kerollmops ad11c5fb3f
Introduce the words-docids command for the infos binary 2020-09-07 22:36:35 +02:00
Clément Renault bd4b18541c
Introduce a new indexer which uses an MTBL sorter 2020-08-04 15:44:37 +02:00
Kerollmops 91ba938953
Initial commit 2020-05-31 14:22:06 +02:00