Class NumericDocValues

    • Constructor Detail

      • NumericDocValues

        protected NumericDocValues()
        Sole constructor. (For invocation by subclass constructors, typically implicit.)
    • Method Detail

      • longValue

        public abstract long longValue()
                                throws java.io.IOException
        Returns the numeric value for the current document ID. It is illegal to call this method after DocValuesIterator.advanceExact(int) returned false.
        Returns:
        numeric value
        Throws:
        java.io.IOException