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

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

Introduction

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

Usage

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

/**
 * Concrete class that writes docId(maybe frq,pos,offset,payloads) list
 * with postings format.
 *
 * Postings list for each term will be stored separately. 
 *

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

/**
 * Writes the document identifiers, node frequencies, node labels, term
 * frequencies, term positions and block skip data.
 */
public class Siren10PostingsWriter extends PostingsWriterBase {

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

/**
 * Writes the document identifiers, node frequencies, node labels, term
 * frequencies, term positions and block skip data.
 */
public class Siren10PostingsWriter extends PostingsWriterBase {