mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-26 20:15:07 +08:00
Remove out-of-date comment
This commit is contained in:
parent
a20e4d447c
commit
701d299369
@ -295,8 +295,6 @@ impl<'ctx, G: RankingRuleGraphTrait> RankingRule<'ctx, QueryGraph> for GraphBase
|
|||||||
|
|
||||||
// We modify the next query graph so that it only contains the subgraph
|
// We modify the next query graph so that it only contains the subgraph
|
||||||
// that was used to compute this bucket
|
// that was used to compute this bucket
|
||||||
// But we only do it in case the bucket length is >1, because otherwise
|
|
||||||
// we know the child ranking rule won't be called anyway
|
|
||||||
|
|
||||||
let paths: Vec<Vec<(Option<LocatedQueryTermSubset>, LocatedQueryTermSubset)>> = good_paths
|
let paths: Vec<Vec<(Option<LocatedQueryTermSubset>, LocatedQueryTermSubset)>> = good_paths
|
||||||
.into_iter()
|
.into_iter()
|
||||||
|
Loading…
Reference in New Issue
Block a user