MeiliSearch/milli/src/search/new
2023-03-20 09:41:55 +01:00
..
ranking_rule_graph Introduce cache structures used with ranking rule graphs 2023-03-20 09:41:55 +01:00
db_cache.rs Introduce a DatabaseCache to memorize the addresses of LMDB values 2023-03-20 09:41:55 +01:00
mod.rs Introduce a new search module, eventually meant to replace the old one 2023-03-20 09:41:55 +01:00
query_graph.rs Introduce structure to represent search queries as graphs 2023-03-20 09:41:55 +01:00
query_term.rs Introduce structure to represent search queries as graphs 2023-03-20 09:41:55 +01:00
ranking_rules.rs Introduce a common way to manage the coordination between ranking rules 2023-03-20 09:41:55 +01:00
resolve_query_graph.rs Implement a function to find a QueryGraph's docids 2023-03-20 09:41:55 +01:00