exactness graph rr: Add important TODO/FIXME after review

This commit is contained in:
Louis Dureuil 2023-04-06 15:59:21 +02:00 committed by Louis Dureuil
parent ab09dc0167
commit 31630c85d0

View File

@ -58,6 +58,7 @@ impl RankingRuleGraphTrait for ExactnessGraph {
docids,
universe_len: universe.len(),
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(),
})
}