List of usage examples for org.apache.lucene.codecs DocValuesConsumer subclass-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;