MeiliSearch/milli/src
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
..
documents makes kero happy 2023-03-13 16:51:11 +01:00
facet update milli with the new parser_filter 2021-11-04 15:02:36 +01:00
heed_codec Cargo fmt 2023-05-03 12:21:58 +02:00
search Allow to disable specialized tokenizations (again) 2023-05-04 15:45:40 +02:00
snapshots/index.rs throw an error on unknown fields specified in the _geo field 2023-01-24 12:23:24 +01:00
update Allow to disable specialized tokenizations (again) 2023-05-04 15:45:40 +02:00
asc_desc.rs fmt 2023-03-30 23:37:26 +02:00
criterion.rs update the syntax of the geoboundingbox filter to uses brackets instead of parens around lat and lng 2023-02-06 16:50:27 +01:00
error.rs Processing time without autobatching implementation 2023-05-03 17:41:48 +02:00
external_documents_ids.rs Fix hard-deletion of an external id that was soft-deleted 2022-12-20 15:33:31 +01:00
fields_ids_map.rs Fixes for clippy bringing us down to 18 remaining issues. 2022-10-25 20:49:02 +02:00
index.rs Increase map size for tests following charabia camelCase tokenization 2023-05-03 14:44:48 +02:00
lib.rs Implements the geo-sort ranking rule 2023-04-29 11:02:16 +02:00
proximity.rs Remove limit of 1000 position per attribute 2021-10-12 10:10:50 +02:00
snapshot_tests.rs Merge remote-tracking branch 'origin/main' into search-refactor 2023-05-03 12:19:06 +02:00