Lucene.Net  3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
List of all members
Lucene.Net.Index.DefaultSkipListReader Class Reference

Implements the skip list reader for the default posting list format that stores positions and payloads. More...

Inherits Lucene.Net.Index.MultiLevelSkipListReader.

Additional Inherited Members

- Public Member Functions inherited from Lucene.Net.Index.MultiLevelSkipListReader
void Dispose ()
 
- Protected Member Functions inherited from Lucene.Net.Index.MultiLevelSkipListReader
 MultiLevelSkipListReader (IndexInput skipStream, int maxSkipLevels, int skipInterval)
 
virtual void Dispose (bool disposing)
 

Detailed Description

Implements the skip list reader for the default posting list format that stores positions and payloads.

Definition at line 28 of file DefaultSkipListReader.cs.


The documentation for this class was generated from the following file: