Class DirectDocValuesProducer.BinaryEntry

java.lang.Object
org.apache.lucene.codecs.memory.DirectDocValuesProducer.BinaryEntry
Enclosing class:
DirectDocValuesProducer

static class DirectDocValuesProducer.BinaryEntry extends Object
  • Field Details

    • offset

      long offset
    • missingOffset

      long missingOffset
    • missingBytes

      long missingBytes
    • count

      int count
    • numBytes

      int numBytes
    • minLength

      int minLength
    • maxLength

      int maxLength
    • packedIntsVersion

      int packedIntsVersion
    • blockSize

      int blockSize
  • Constructor Details

    • BinaryEntry

      BinaryEntry()