Example usage for org.apache.lucene.codecs MultiLevelSkipListReader subclass-usage

List of usage examples for org.apache.lucene.codecs MultiLevelSkipListReader subclass-usage

Introduction

In this page you can find the example usage for org.apache.lucene.codecs MultiLevelSkipListReader subclass-usage.

Usage

From source file com.lucure.core.codec.LucureSkipReader.java

/**
 * Implements the skip list reader for block postings format
 * that stores positions and payloads.
 * 
 * Although this skipper uses MultiLevelSkipListReader as an interface, 
 * its definition of skip position will be a little different. 

From source file com.sindicetech.siren.index.codecs.siren10.Siren10SkipListReader.java

/**
 * Implementation of the {@link MultiLevelSkipListReader} for the default
 * block-based posting list format of SIREn 1.0.
 *
 * <p>
 *

From source file org.sindice.siren.index.codecs.siren10.Siren10SkipListReader.java

/**
 * Implementation of the {@link MultiLevelSkipListReader} for the default
 * block-based posting list format of SIREn 1.0.
 *
 * <p>
 *