Perform an inplace XOR with the doc ids from a given DocIdSetIterator,
flipping all the bits for each such doc id.
These doc ids should be smaller than the maximum size passed to the
constructor.
Namespace: Lucene.Net.UtilAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
| C# |
|---|
public virtual void InPlaceXor( DocIdSetIterator disi ) |
| Visual Basic |
|---|
Public Overridable Sub InPlaceXor ( _ disi As DocIdSetIterator _ ) |
| Visual C++ |
|---|
public: virtual void InPlaceXor( DocIdSetIterator^ disi ) |
Parameters
- disi
- Type: Lucene.Net.Search..::..DocIdSetIterator
[Missing <param name="disi"/> documentation for "M:Lucene.Net.Util.OpenBitSetDISI.InPlaceXor(Lucene.Net.Search.DocIdSetIterator)"]