Class Lucene80DocValuesProducer.BinaryEntry

java.lang.Object
org.apache.lucene.backward_codecs.lucene80.Lucene80DocValuesProducer.BinaryEntry
Enclosing class:
Lucene80DocValuesProducer

private static class Lucene80DocValuesProducer.BinaryEntry extends Object
  • Field Details

    • compressed

      boolean compressed
    • dataOffset

      long dataOffset
    • dataLength

      long dataLength
    • docsWithFieldOffset

      long docsWithFieldOffset
    • docsWithFieldLength

      long docsWithFieldLength
    • jumpTableEntryCount

      short jumpTableEntryCount
    • denseRankPower

      byte denseRankPower
    • numDocsWithField

      int numDocsWithField
    • minLength

      int minLength
    • maxLength

      int maxLength
    • addressesOffset

      long addressesOffset
    • addressesLength

      long addressesLength
    • addressesMeta

    • numCompressedChunks

      int numCompressedChunks
    • docsPerChunkShift

      int docsPerChunkShift
    • maxUncompressedChunkSize

      int maxUncompressedChunkSize
  • Constructor Details

    • BinaryEntry

      private BinaryEntry()