meilisearch/milli/src/search/new
2023-03-20 09:41:55 +01:00
..
ranking_rule_graph Add some documentation and use bitmaps instead of hashmaps when possible 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
graph_based_ranking_rule.rs Introduce a generic graph-based ranking rule 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 Add some documentation and use bitmaps instead of hashmaps when possible 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 Add some documentation and use bitmaps instead of hashmaps when possible 2023-03-20 09:41:55 +01:00
resolve_query_graph.rs Add some documentation and use bitmaps instead of hashmaps when possible 2023-03-20 09:41:55 +01:00
sort.rs Introduce the sort ranking rule working with the new search structures 2023-03-20 09:41:55 +01:00
words.rs Introduce the words ranking rule working with the new search structures 2023-03-20 09:41:55 +01:00