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

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

Introduction

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

Usage

From source file org.apache.blur.lucene.codec.DiskDocValuesConsumer.java

/** writer for {@link DiskDocValuesFormat} */
public class DiskDocValuesConsumer extends DocValuesConsumer {

    static final int BLOCK_SIZE = 16384;

    final IndexOutput data, meta;