Method AndNot
AndNot(DocIdSetIterator)
Does in-place AND NOT of the bits provided by the iterator.
Declaration
public void AndNot(DocIdSetIterator iter)
Parameters
Type | Name | Description |
---|---|---|
DocIdSetIterator | iter |
AndNot(FixedBitSet)
this = this AND NOT other
Declaration
public void AndNot(FixedBitSet other)
Parameters
Type | Name | Description |
---|---|---|
FixedBitSet | other |