This website requires JavaScript.
Explore
Help
Sign In
snowykami
/
meilisearch
Watch
1
Star
0
Fork
0
You've already forked meilisearch
mirror of
https://github.com/meilisearch/meilisearch.git
synced
2025-01-24 12:03:14 +08:00
Code
Issues
Actions
7
Packages
Projects
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