Class BlockPackedWriter


  • public class BlockPackedWriter
    extends AbstractBlockPackedWriter
    A writer for large sequences of longs. Modified copy of BlockPackedWriter to use DirectWriter for optimised reads that doesn't require seeking through the whole file to open a thread-exclusive reader.
    • Constructor Detail

      • BlockPackedWriter

        public BlockPackedWriter​(org.apache.lucene.store.IndexOutput out,
                                 int blockSize)