Class SimpleFloatFunction
- java.lang.Object
-
- org.apache.lucene.queries.function.ValueSource
-
- org.apache.lucene.queries.function.valuesource.SingleFunction
-
- org.apache.lucene.queries.function.valuesource.SimpleFloatFunction
-
public abstract class SimpleFloatFunction extends SingleFunction
A simple float function with a single argument
-
-
Constructor Summary
Constructors Constructor Description SimpleFloatFunction(ValueSource source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FunctionValues
getValues(java.util.Map context, AtomicReaderContext readerContext)
Gets the values for this reader and the context that was previously passed to createWeight()-
Methods inherited from class org.apache.lucene.queries.function.valuesource.SingleFunction
createWeight, description, equals, hashCode
-
Methods inherited from class org.apache.lucene.queries.function.ValueSource
getSortField, newContext, toString
-
-
-
-
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 classValueSource
- Throws:
java.io.IOException
-
-