MeiliSearch/milli/src/update
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
..
facet Fix the clippy warnings 2023-04-25 16:40:32 +02:00
index_documents Allow to disable specialized tokenizations (again) 2023-05-04 15:45:40 +02:00
prefix_word_pairs Avoid a prefix-related worst-case scenario in the proximity criterion 2022-12-22 12:08:00 +01:00
snapshots/delete_documents.rs Tests: rename snapshots 2022-12-19 10:07:17 +01:00
available_documents_ids.rs Fix cargo clippy errors 2022-10-27 01:04:23 +09:00
clear_documents.rs Merge remote-tracking branch 'origin/main' into search-refactor 2023-05-03 12:19:06 +02:00
delete_documents.rs Merge remote-tracking branch 'origin/main' into search-refactor 2023-05-03 12:19:06 +02:00
facets.rs Merge remote-tracking branch 'origin/main' into facet-levels-refactor 2022-10-26 15:13:34 +02:00
indexer_config.rs Skip computing index budget in tests 2023-02-23 11:23:39 +01:00
mod.rs Fix indexing of word_prefix_fid_docids 2023-04-29 10:56:48 +02:00
settings.rs feat: check to see if the PK changed before erroring out 2023-03-26 12:18:39 -04:00
update_step.rs Implement documents format 2021-09-21 16:58:33 +02:00
word_prefix_docids.rs Fixing piles of clippy errors. 2022-10-13 22:02:54 +02:00
words_prefix_integer_docids.rs Fix indexing of word_prefix_fid_docids 2023-04-29 10:56:48 +02:00
words_prefixes_fst.rs Fix clippy errors 2022-11-04 09:27:46 +09:00