Interface AtomicNumericFieldData

    • Method Detail

      • getLongValues

        org.apache.lucene.index.SortedNumericDocValues getLongValues()
        Get an integer view of the values of this segment. If the implementation stores floating-point numbers then these values will return the same values but casted to longs.
      • getDoubleValues

        SortedNumericDoubleValues getDoubleValues()
        Return a floating-point view of the values in this segment. If the implementation stored integers then the returned doubles would be the same ones as you would get from casting to a double.