Class NumericDoubleValues


  • public abstract class NumericDoubleValues
    extends org.apache.lucene.search.DoubleValues
    A per-document numeric value.
    • Field Summary

      • Fields inherited from class org.apache.lucene.search.DoubleValues

        EMPTY
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected NumericDoubleValues()
      Sole constructor.
    • Method Summary

      Modifier and Type Method Description
      org.apache.lucene.index.NumericDocValues getRawDoubleValues()
      Returns numeric docvalues view of raw double bits
      org.apache.lucene.index.NumericDocValues getRawFloatValues()
      Returns numeric docvalues view of raw float bits
      • Methods inherited from class org.apache.lucene.search.DoubleValues

        advanceExact, doubleValue, withDefault
      • Methods inherited from class java.lang.Object

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

      • NumericDoubleValues

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

      • getRawDoubleValues

        public org.apache.lucene.index.NumericDocValues getRawDoubleValues()
        Returns numeric docvalues view of raw double bits
      • getRawFloatValues

        public org.apache.lucene.index.NumericDocValues getRawFloatValues()
        Returns numeric docvalues view of raw float bits