158159160161162163164165166167168
bits.or(it); } } // this is somehow inverse, if we negate the filter, we delete all documents it matches! if (!negateFilter) { bits.flip(0, in.maxDoc()); } if (in.hasDeletions()) { for (int i = 0; i < in.maxDoc(); i++) { if (in.isDeleted(i)) {