Class Lucene40SkipListReader
Implements the skip list reader for the 4.0 posting list format that stores positions and payloads.
Inherited Members
Assembly: DistributedLucene.Net.dll
Syntax
public class Lucene40SkipListReader : MultiLevelSkipListReader
Constructors
Name | Description |
---|---|
Lucene40SkipListReader(IndexInput, Int32, Int32) | Sole constructor. |
Properties
Name | Description |
---|---|
FreqPointer | Returns the freq pointer of the doc to which the last call of SkipTo(Int32) has skipped. |
OffsetLength | Returns the offset length (endOffset-startOffset) of the position stored just before the doc to which the last call of SkipTo(Int32) has skipped. |
PayloadLength | Returns the payload length of the payload stored just before the doc to which the last call of SkipTo(Int32) has skipped. |
ProxPointer | Returns the prox pointer of the doc to which the last call of SkipTo(Int32) has skipped. |
Methods
Name | Description |
---|---|
Init(Int64, Int64, Int64, Int32, Boolean, Boolean) | Per-term initialization. |
ReadSkipData(Int32, IndexInput) | |
SeekChild(Int32) | |
SetLastSkipData(Int32) |