Perform an inplace OR with the doc ids from a given DocIdSetIterator, setting the bit 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 InPlaceOr(
	DocIdSetIterator disi
)
Visual Basic
Public Overridable Sub InPlaceOr ( _
	disi As DocIdSetIterator _
)
Visual C++
public:
virtual void InPlaceOr(
	DocIdSetIterator^ disi
)

Parameters

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

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

See Also