MeiliSearch/crates/milli/src
nnethercott 15cdc6924b refactor: remove runtime cfg!(test) check
Won't work in integration tests and consequently all threads would be
used. To remedy this we make explicit `max_threads=Some(1)` in the
IndexerConfig::default
2025-05-13 09:18:19 +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 Make Cargo and Clippy happy 2025-04-01 11:26:34 +02:00
search Fix test now that lexicographic string comparisons are allowed 2025-04-30 17:28:59 +02:00
snapshots/test_index.rs Move tests out of index.rs 2025-04-24 16:06:19 +02:00
update refactor: remove runtime cfg!(test) check 2025-05-13 09:18:19 +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 test 2025-04-29 14:47:30 +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 refactor: change thread_pool from Option<ThreadPoolNoAbort> to 2025-05-07 17:00:08 +02: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 refactor: remove runtime cfg!(test) check 2025-05-13 09:18:19 +02:00
thread_pool_no_abort.rs Do not create too many rayon tasks 2025-01-30 16:36:12 +01:00