mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-01-06 01:02:55 +00:00
issue/43 TODO hunt
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user