public class MinFloatFunction extends MultiFloatFunction
MinFloatFunction
returns the min of it's components.sources
Constructor and Description |
---|
MinFloatFunction(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 MinFloatFunction(ValueSource[] sources)
protected String name()
name
in class MultiFloatFunction
protected float func(int doc, DocValues[] valsArr)
func
in class MultiFloatFunction