Class PackedInt32s.Reader
A read-only random access array of positive integers.
@lucene.internal
Inherited Members
Assembly: DistributedLucene.Net.dll
Syntax
public abstract class Reader : NumericDocValues
Properties
Name | Description |
---|---|
BitsPerValue | |
Count | The number of values. NOTE: This was size() in Lucene. |
HasArray | Returns |
Methods
Name | Description |
---|---|
Get(Int32, Int64[], Int32, Int32) | Bulk get: read at least one and at most |
GetArray() | Expert: if the bit-width of this reader matches one of
.NET's native types, returns the underlying array
(ie, byte[], short[], int[], long[]); else, returns
|
RamBytesUsed() | Return the in-memory size in bytes. |