issue/43 TODO hunt

This commit is contained in:
Paul Masurel
2017-02-23 09:48:08 +09:00
parent eb39db44fc
commit 503d0295cb
7 changed files with 79 additions and 27 deletions

View File

@@ -102,8 +102,6 @@ mod tests {
}
{
let boolean_query = BooleanQuery::from(vec![(Occur::MustNot, make_term_query("d")),]);
// TODO optimize this use case : only MustNot subqueries... no need
// to read any postings.
assert_eq!(matching_docs(&boolean_query), Vec::new());
}
}