Perform an inplace NOT with the doc ids from a given DocIdSetIterator, clearing 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.Util
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public virtual void InPlaceNot(
	DocIdSetIterator disi
)
Visual Basic
Public Overridable Sub InPlaceNot ( _
	disi As DocIdSetIterator _
)
Visual C++
public:
virtual void InPlaceNot(
	DocIdSetIterator^ disi
)

Parameters

disi
Type: Lucene.Net.Search..::..DocIdSetIterator

[Missing <param name="disi"/> documentation for "M:Lucene.Net.Util.OpenBitSetDISI.InPlaceNot(Lucene.Net.Search.DocIdSetIterator)"]

See Also