This website requires JavaScript.
Explore
Help
Sign In
searchengines-web
/
MeiliSearch
Watch
1
Star
0
Fork
0
You've already forked MeiliSearch
mirror of
https://github.com/meilisearch/MeiliSearch
synced
2025-01-08 20:44:30 +01:00
Code
Issues
Releases
Wiki
Activity
MeiliSearch
/
milli
/
src
/
search
/
new
History
Loïc Lecrenier
23bf572dea
Introduce cache structures used with ranking rule graphs
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