Class OpenBitSetDISI
Open
Implements
Inherited Members
Namespace: Lucene.Net.Util
Assembly: Lucene.Net.dll
Syntax
public class OpenBitSetDISI : OpenBitSet, IBits
Constructors
| Improve this Doc View SourceOpenBitSetDISI(DocIdSetIterator, Int32)
Construct an Open
Declaration
public OpenBitSetDISI(DocIdSetIterator disi, int maxSize)
Parameters
Type | Name | Description |
---|---|---|
Doc |
disi | |
System. |
maxSize |
OpenBitSetDISI(Int32)
Construct an Open
Declaration
public OpenBitSetDISI(int maxSize)
Parameters
Type | Name | Description |
---|---|---|
System. |
maxSize |
Methods
| Improve this Doc View SourceInPlaceAnd(DocIdSetIterator)
Perform an inplace AND with the doc ids from a given Doc
Declaration
public virtual void InPlaceAnd(DocIdSetIterator disi)
Parameters
Type | Name | Description |
---|---|---|
Doc |
disi |
InPlaceNot(DocIdSetIterator)
Perform an inplace NOT with the doc ids from a given Doc
Declaration
public virtual void InPlaceNot(DocIdSetIterator disi)
Parameters
Type | Name | Description |
---|---|---|
Doc |
disi |
InPlaceOr(DocIdSetIterator)
Perform an inplace OR with the doc ids from a given Doc
Declaration
public virtual void InPlaceOr(DocIdSetIterator disi)
Parameters
Type | Name | Description |
---|---|---|
Doc |
disi |
InPlaceXor(DocIdSetIterator)
Perform an inplace XOR with the doc ids from a given Doc
Declaration
public virtual void InPlaceXor(DocIdSetIterator disi)
Parameters
Type | Name | Description |
---|---|---|
Doc |
disi |