Class MonotonicBlockPackedReader
Provides random access to a stream written with MonotonicBlockPackedWriter.
@lucene.internal
Inherited Members
Assembly: DistributedLucene.Net.dll
Syntax
public sealed class MonotonicBlockPackedReader : Int64Values
Constructors
Name | Description |
---|---|
MonotonicBlockPackedReader(IndexInput, Int32, Int32, Int64, Boolean) | Sole constructor. |
Properties
Name | Description |
---|---|
Count | Returns the number of values. NOTE: This was size() in Lucene. |
Methods
Name | Description |
---|---|
Get(Int64) | |
RamBytesUsed() | Returns the approximate RAM bytes used. |