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