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

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

Introduction

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

Usage

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

/**
 * Write skip lists with multiple levels, and support skip within block ints.
 *
 * Assume that docFreq = 28, skipInterval = blockSize = 12
 *
 *  |       block#0       | |      block#1        | |vInts|

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

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

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

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