Class SimpleFloatFunction


  • public abstract class SimpleFloatFunction
    extends SingleFunction
    A simple float function with a single argument
    • Constructor Detail

      • SimpleFloatFunction

        public SimpleFloatFunction​(ValueSource source)
    • Method Detail

      • getValues

        public FunctionValues getValues​(java.util.Map context,
                                        AtomicReaderContext readerContext)
                                 throws java.io.IOException
        Description copied from class: ValueSource
        Gets the values for this reader and the context that was previously passed to createWeight()
        Specified by:
        getValues in class ValueSource
        Throws:
        java.io.IOException