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 20:13:13 +08:00
Code
Issues
Actions
7
Packages
Projects
Releases
Wiki
Activity
meilisearch
/
milli
/
src
/
search
/
new
/
ranking_rule_graph
History
Louis Dureuil
7a01f20df7
Use word_prefix_docids, make get_word_prefix_docids private
2023-04-12 16:45:38 +02:00
..
exactness
Everyone uses the SearchContext::word_docids instead of get_db_word_docids
2023-04-12 16:44:43 +02:00
proximity
Use word_prefix_docids, make get_word_prefix_docids private
2023-04-12 16:45:38 +02:00
typo
Simplify the logger
2023-04-12 16:32:53 +02:00
build.rs
Build ranking rule graph correctly after changes to trait definition
2023-03-30 11:32:55 +02:00
cheapest_paths.rs
Refactor the paths_of_cost algorithm
2023-03-30 12:11:11 +02:00
condition_docids_cache.rs
Update the ConditionDocidsCache after change to RankingRuleGraphTrait
2023-03-30 11:41:20 +02:00
dead_ends_cache.rs
Refactor the paths_of_cost algorithm
2023-03-30 12:11:11 +02:00
mod.rs
Simplify implementation of the detailed (=visual) logger
2023-04-12 16:32:53 +02:00