Class NumericDoubleValues


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

    Copied and adapted from org.elasticsearch.index.fielddata.NumericDoubleValues class of Elasticsearch project.

    • Field Detail

      • EMPTY

        public static final NumericDoubleValues EMPTY
        An empty NumericDoubleValues instance that always returns false from DoubleValues.advanceExact(int)
    • 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
        Returns:
        numeric
      • getRawFloatValues

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