mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-02-12 22:00:06 +08:00
exactness graph rr: Add important TODO/FIXME after review
This commit is contained in:
parent
ab09dc0167
commit
31630c85d0
@ -58,6 +58,7 @@ impl RankingRuleGraphTrait for ExactnessGraph {
|
|||||||
docids,
|
docids,
|
||||||
universe_len: universe.len(),
|
universe_len: universe.len(),
|
||||||
start_term_subset: None,
|
start_term_subset: None,
|
||||||
|
// TODO/FIXME: modify `end_term_subset` to signal to the next ranking rules that the term cannot be removed
|
||||||
end_term_subset: dest_node.clone(),
|
end_term_subset: dest_node.clone(),
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user