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
A simple float function with a single argument
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValues
(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 Details
-
SimpleFloatFunction
-
-
Method Details
-
getValues
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:
IOException
-