MeiliSearch/meilisearch-http
Jakub Jirutka 935f18efcf Allow building without specialized tokenizations
(Some of) these specialized tokenizations include huge dictionaries
that currently account for 90% (!) of the meilisearch binary size.

This commit adds chinese, hebrew, japanese, and thai feature flags
that are propagated via milli down to the charabia crate. To keep it
backward compatible, they are enabled by default.

Related to meilisearch/milli#632
2022-09-14 21:16:34 +02:00
..
src chore: cargo fmt 2022-09-01 22:37:07 +02:00
tests move prometheus behind a feature flag 2022-08-29 14:36:59 +02:00
build.rs chore(all): update actix-web dependency to 4.0.0-beta.21 2022-01-21 20:44:17 +00:00
Cargo.toml Allow building without specialized tokenizations 2022-09-14 21:16:34 +02:00