public class ProductFloatFunction extends MultiFloatFunction
ProductFloatFunction
returns the product of it's components.sources
Constructor and Description |
---|
ProductFloatFunction(ValueSource[] sources) |
Modifier and Type | Method and Description |
---|---|
protected float |
func(int doc,
DocValues[] valsArr) |
protected String |
name() |
createWeight, description, equals, getValues, hashCode
getSortField, getValues, newContext, toString
public ProductFloatFunction(ValueSource[] sources)
protected String name()
name
in class MultiFloatFunction
protected float func(int doc, DocValues[] valsArr)
func
in class MultiFloatFunction