Class ValuesSource.Numeric

    • Constructor Detail

      • Numeric

        public Numeric()
    • Method Detail

      • isFloatingPoint

        public abstract boolean isFloatingPoint()
        Whether the underlying data is floating-point or not.
      • longValues

        public abstract org.apache.lucene.index.SortedNumericDocValues longValues()
        Get the current LongValues.
      • doubleValues

        public abstract SortedNumericDoubleValues doubleValues()
        Get the current ValuesSource.Numeric.WithScript.DoubleValues.
      • docsWithValue

        public org.apache.lucene.util.Bits docsWithValue(int maxDoc)