meilisearch/milli/src/search/new
2023-04-05 18:14:00 +02:00
..
logger Rename is_multiple_words to is_ngram and zero_typo to exact 2023-04-04 17:06:07 +02:00
ranking_rule_graph Use correct codec in proximity 2023-04-05 18:14:00 +02:00
db_cache.rs Add new db caches 2023-04-04 17:04:46 +02:00
distinct.rs Make clippy happy 2023-03-23 09:16:17 +01:00
exact_attribute.rs Exact attribute with state 2023-04-05 18:12:46 +02:00
graph_based_ranking_rule.rs Add exactness ranking rules 2023-04-04 17:12:07 +02:00
interner.rs Add more functionality to interners 2023-03-30 09:56:23 +02:00
limits.rs Limit the number of derivations for a single word. 2023-03-31 09:19:18 +02:00
mod.rs Add exactness ranking rules 2023-04-04 17:12:07 +02:00
query_graph.rs Merge branch 'search-refactor-located-query-terms' into search-refactor 2023-04-03 10:04:36 +02:00
query_term.rs Add ExactTerm and helper method 2023-04-04 17:09:32 +02:00
ranking_rules.rs Avoid expensive assert! in bucket sort function 2023-03-30 13:07:17 +02:00
resolve_query_graph.rs Fix phrase search bug when the phrase has only one word 2023-03-30 14:48:12 +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 Don't remove phrases from the query with term matching strategy Last 2023-03-30 14:54:08 +02:00