MeiliSearch/milli/src/search/new/tests
Jakub Jirutka 13f1277637 Allow to disable specialized tokenizations (again)
In PR #2773, I added the `chinese`, `hebrew`, `japanese` and `thai`
feature flags to allow melisearch to be built without huge specialed
tokenizations that took up 90% of the melisearch binary size.
Unfortunately, due to some recent changes, this doesn't work anymore.
The problem lies in excessive use of the `default` feature flag, which
infects the dependency graph.

Instead of adding `default-features = false` here and there, it's easier
and more future-proof to not declare `default` in `milli` and
`meilisearch-types`. I've renamed it to `all-tokenizers`, which also
makes it a bit clearer what it's about.
2023-05-04 15:45:40 +02:00
..
attribute_fid.rs Cargo fmt 2023-05-03 12:21:58 +02:00
attribute_position.rs Cargo fmt 2023-05-03 12:21:58 +02:00
distinct.rs Cargo fmt 2023-05-03 12:21:58 +02:00
exactness.rs Update exactness tests following charabia camelCase tokenization 2023-05-03 14:45:09 +02:00
geo_sort.rs revamp the test to use execute_iterative_and_rtree_returns_the_same 2023-05-03 09:13:12 +02:00
integration.rs Cargo fmt 2023-05-03 12:21:58 +02:00
language.rs Cargo fmt 2023-05-03 12:21:58 +02:00
mod.rs Allow to disable specialized tokenizations (again) 2023-05-04 15:45:40 +02:00
ngram_split_words.rs Cargo fmt 2023-05-03 12:21:58 +02:00
proximity.rs Cargo fmt 2023-05-03 12:21:58 +02:00
proximity_typo.rs Cargo fmt 2023-05-03 12:21:58 +02:00
sort.rs Cargo fmt 2023-05-03 12:21:58 +02:00
stop_words.rs Cargo fmt 2023-05-03 12:21:58 +02:00
typo.rs Add tests for exact words and exact attributes 2023-04-26 16:13:01 +02:00
typo_proximity.rs Cargo fmt 2023-05-03 12:21:58 +02:00
words_tms.rs Cargo fmt 2023-05-03 12:21:58 +02:00