MeiliSearch/crates/milli/src
ManyTheFish 161cb736ea Adapt tests to the Chinese word segmenter changes
The new Chinese segmenter is splitting words in smaller parts.
The words `小化妆包` was previously seegmented as `小 / 化妆包` and is now segmented as `小 / 化妆 / 包`,
which changes the tests results.
2025-06-03 10:37:29 +02:00
..
documents Make Cargo and Clippy happy 2025-04-01 11:26:34 +02:00
facet Move crates under a sub folder to clean up the code 2024-10-21 08:18:43 +02:00
fields_ids_map Make Cargo and Clippy happy 2025-04-01 11:26:34 +02:00
heed_codec fmt 2025-01-23 16:51:20 +01:00
prompt Reference PR in comments 2025-05-27 10:24:04 +02:00
search Remove lambdas from the find_*_derivations 2025-05-22 11:06:14 +02:00
snapshots/test_index.rs Move tests out of index.rs 2025-04-24 16:06:19 +02:00
update Adapt tests to the Chinese word segmenter changes 2025-06-03 10:37:29 +02:00
vector Make Cargo and Clippy happy 2025-04-01 11:26:34 +02:00
asc_desc.rs Fix the format and linter error 2024-12-28 20:35:55 +08:00
attribute_patterns.rs Take into account PR messages 2025-03-10 13:46:33 +01:00
constants.rs Make version constants u32 2025-04-24 16:06:19 +02:00
criterion.rs Replace hardcoded string with constants 2024-12-28 20:35:55 +08:00
database_stats.rs Improve the performances of computing the size of the documents database 2025-03-26 17:40:12 +01:00
disabled_typos_terms.rs Fix warnings 2025-05-21 10:49:43 +02:00
error.rs Merge branch 'main' into release-v1.14.0-tmp 2025-04-14 12:35:47 +02:00
external_documents_ids.rs Make Cargo and Clippy happy 2025-04-01 11:26:34 +02:00
fieldids_weights_map.rs Take into account PR messages 2025-03-10 13:46:33 +01:00
fields_ids_map.rs Merge branch 'indexer-edition-2024' into indexer-edition-2024-doc-chunks 2024-11-06 15:50:53 +01:00
filterable_attributes_rules.rs Add default deserialize value 2025-03-11 17:55:49 +01:00
index.rs Merge pull request #5523 from meilisearch/rollback-updates 2025-05-05 09:53:56 +00:00
lib.rs Add disableOnNumber setting 2025-04-23 16:57:50 +02:00
localized_attributes_rules.rs Change the filterableAttributes setting API 2025-03-03 10:22:02 +01:00
order_by_map.rs Move crates under a sub folder to clean up the code 2024-10-21 08:18:43 +02:00
progress.rs Add more progress levels to measure merging 2025-03-17 10:13:29 +01:00
proximity.rs Move crates under a sub folder to clean up the code 2024-10-21 08:18:43 +02:00
score_details.rs Add WeightedScoreValues to be able to compare remote scores 2025-02-05 15:03:16 +01:00
snapshot_tests.rs Update tests using filterable attributes rules 2025-03-03 10:33:34 +01:00
test_index.rs Move tests out of index.rs 2025-04-24 16:06:19 +02:00
thread_pool_no_abort.rs Do not create too many rayon tasks 2025-01-30 16:36:12 +01:00