assertNull(
"Complement-Set must not contain docs from the original set (doc="+ docNum+")",
reader.document(docNum).getFieldable("del"));
assertFalse(
"Complement-Set must not contain docs from the original set (doc="+docNum+")",
resultSet.fastGet(docNum));
}
} finally {
reader.close();
dir.close();
}