mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-26 16:21:07 +00:00
Add a few more optimisations to new search algorithms
This commit is contained in:
@ -119,7 +119,7 @@ pub trait RankingRuleGraphTrait: Sized {
|
||||
paths: &[Vec<u16>],
|
||||
empty_paths_cache: &EmptyPathsCache,
|
||||
universe: &RoaringBitmap,
|
||||
distances: &[Vec<u16>],
|
||||
distances: &[Vec<(u16, SmallBitmap)>],
|
||||
cost: u16,
|
||||
logger: &mut dyn SearchLogger<QueryGraph>,
|
||||
);
|
||||
|
Reference in New Issue
Block a user