Class Lucene70DocValuesProducer.NumericEntry

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private NumericEntry()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • table

        long[] table
      • blockShift

        int blockShift
      • bitsPerValue

        byte bitsPerValue
      • docsWithFieldOffset

        long docsWithFieldOffset
      • docsWithFieldLength

        long docsWithFieldLength
      • numValues

        long numValues
      • minValue

        long minValue
      • gcd

        long gcd
      • valuesOffset

        long valuesOffset
      • valuesLength

        long valuesLength
    • Constructor Detail

      • NumericEntry

        private NumericEntry()