MeiliSearch/milli/src/search/new
2023-04-06 15:50:47 +02:00
..
logger Fix detailed logger 2023-03-30 12:20:44 +02:00
matches Fix clippy 2023-04-06 15:50:47 +02:00
ranking_rule_graph Refactor the paths_of_cost algorithm 2023-03-30 12:11:11 +02:00
db_cache.rs Simplify the API of the DatabaseCache 2023-03-30 11:08:17 +02:00
distinct.rs Make clippy happy 2023-03-23 09:16:17 +01:00
graph_based_ranking_rule.rs Don't remove phrases from the query with term matching strategy Last 2023-03-30 14:54:08 +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 Take into account that a logger need the search context 2023-04-06 15:02:23 +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 Merge branch 'search-refactor-located-query-terms' into search-refactor 2023-04-03 10:04:36 +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