Class LongValues

    • Constructor Summary

      Constructors 
      Constructor Description
      LongValues()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      long get​(int idx)
      Returns the numeric value for the specified document ID.
      abstract long get​(long index)
      Get value at index.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LongValues

        public LongValues()
    • Method Detail

      • get

        public abstract long get​(long index)
        Get value at index.
      • get

        public long get​(int idx)
        Description copied from class: NumericDocValues
        Returns the numeric value for the specified document ID.
        Specified by:
        get in class NumericDocValues
        Parameters:
        idx - document ID to lookup
        Returns:
        numeric value