Class DocIdBitSet
Inheritance
System.Object
DocIdBitSet
Assembly: Lucene.Net.dll
Syntax
public class DocIdBitSet : DocIdSet, IBits
Constructors
|
Improve this Doc
View Source
DocIdBitSet(BitArray)
Declaration
public DocIdBitSet(BitArray bitSet)
Parameters
Type |
Name |
Description |
BitArray |
bitSet |
|
Properties
|
Improve this Doc
View Source
Bits
Declaration
public override IBits Bits { get; }
Property Value
Overrides
|
Improve this Doc
View Source
BitSet
Declaration
public virtual BitArray BitSet { get; }
Property Value
Type |
Description |
BitArray |
|
|
Improve this Doc
View Source
IsCacheable
This DocIdSet implementation is cacheable.
Declaration
public override bool IsCacheable { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
Length
Declaration
public int Length { get; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
Get(Int32)
Declaration
public bool Get(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
GetIterator()
Declaration
public override DocIdSetIterator GetIterator()
Returns
Overrides
Implements