MeiliSearch/milli/src/search/new
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
..
logger Add "position" part of the attribute ranking rule 2023-04-13 10:46:09 +02:00
matches rename located_query_terms_from_string -> located_query_terms_from_tokens 2023-05-02 18:53:01 +02:00
query_term Cargo fmt 2023-05-03 12:21:58 +02:00
ranking_rule_graph Cargo fmt 2023-05-03 12:21:58 +02:00
tests Allow to disable specialized tokenizations (again) 2023-05-04 15:45:40 +02:00
bucket_sort.rs Improve performance of the cheapest path finder algorithm 2023-05-02 09:59:42 +02:00
db_cache.rs Fix bug in encoding of word_position_docids and word_fid_docids 2023-04-24 09:59:30 +02:00
distinct.rs Fix distinct attribute bugs 2023-04-07 11:09:01 +02:00
exact_attribute.rs Fix bug in exact_attribute 2023-05-02 10:48:32 +02:00
geo_sort.rs geosort: Remove rtree unwrap 2023-05-03 09:52:16 +02:00
graph_based_ranking_rule.rs Fix bug in computation of query term at a position 2023-05-02 10:48:32 +02:00
interner.rs Add new tests and fix construction of query graph from paths 2023-04-05 16:31:10 +02:00
limits.rs Limit the number of derivations for a single word. 2023-03-31 09:19:18 +02:00
mod.rs Remove too many arguments on resolve_maximally_reduced_query_graph 2023-05-02 18:53:40 +02:00
query_graph.rs Cargo fmt 2023-05-03 12:21:58 +02:00
ranking_rules.rs Move bucket sort function to its own module and fix a bug 2023-04-04 18:03:08 +02:00
resolve_query_graph.rs Use MultiOps for resolve_query_graph 2023-05-02 18:54:09 +02:00
small_bitmap.rs SmallBitmap: Consistently panic on incoherent universe lengths 2023-03-29 08:45:38 +02:00
sort.rs Initialize query time ranking rule for query search 2023-03-28 12:40:52 +02:00
words.rs Remove self.iterating from words 2023-05-02 18:54:23 +02:00