Class ProductFloatFunction
- java.lang.Object
-
- org.apache.lucene.queries.function.ValueSource
-
- org.apache.lucene.queries.function.valuesource.MultiFloatFunction
-
- org.apache.lucene.queries.function.valuesource.ProductFloatFunction
-
public class ProductFloatFunction extends MultiFloatFunction
ProductFloatFunction
returns the product of its components.
-
-
Field Summary
-
Fields inherited from class org.apache.lucene.queries.function.valuesource.MultiFloatFunction
sources
-
-
Constructor Summary
Constructors Constructor Description ProductFloatFunction(ValueSource[] sources)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected float
func(int doc, FunctionValues[] valsArr)
protected String
name()
-
Methods inherited from class org.apache.lucene.queries.function.valuesource.MultiFloatFunction
createWeight, description, equals, exists, getValues, hashCode
-
Methods inherited from class org.apache.lucene.queries.function.ValueSource
asDoubleValuesSource, asLongValuesSource, fromDoubleValuesSource, getSortField, newContext, toString
-
-
-
-
Constructor Detail
-
ProductFloatFunction
public ProductFloatFunction(ValueSource[] sources)
-
-
Method Detail
-
name
protected String name()
- Specified by:
name
in classMultiFloatFunction
-
func
protected float func(int doc, FunctionValues[] valsArr) throws IOException
- Specified by:
func
in classMultiFloatFunction
- Throws:
IOException
-
-