Class BPIndexReorderer.ForwardIndexSorter.Bucket

java.lang.Object
org.apache.lucene.misc.index.BPIndexReorderer.ForwardIndexSorter.Bucket
Enclosing class:
BPIndexReorderer.ForwardIndexSorter

private static class BPIndexReorderer.ForwardIndexSorter.Bucket extends Object
  • Field Details

    • fps

      private final ByteBuffersDataOutput fps
    • buffer

      private final long[] buffer
    • output

      private IndexOutput output
    • bufferUsed

      private int bufferUsed
    • blockNum

      private int blockNum
    • lastFp

      private long lastFp
    • finalBlockSize

      private int finalBlockSize
  • Constructor Details

    • Bucket

      private Bucket()
  • Method Details