Class Lucene80DocValuesProducer.BinaryEntry

  • Enclosing class:
    Lucene80DocValuesProducer

    private static class Lucene80DocValuesProducer.BinaryEntry
    extends java.lang.Object
    • Field Detail

      • 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
      • numCompressedChunks

        int numCompressedChunks
      • docsPerChunkShift

        int docsPerChunkShift
      • maxUncompressedChunkSize

        int maxUncompressedChunkSize
    • Constructor Detail

      • BinaryEntry

        private BinaryEntry()