public class MaxFloatFunction extends MultiFloatFunction
MaxFloatFunction returns the max of it's components.ValueSource.ValueSourceComparator, ValueSource.ValueSourceComparatorSource, ValueSource.ValueSourceSortFieldsources| Constructor and Description |
|---|
MaxFloatFunction(ValueSource[] sources) |
| Modifier and Type | Method and Description |
|---|---|
protected float |
func(int doc,
DocValues[] valsArr) |
protected java.lang.String |
name() |
createWeight, description, equals, getValues, hashCodegetSortField, getValues, newContext, toStringpublic MaxFloatFunction(ValueSource[] sources)
protected java.lang.String name()
name in class MultiFloatFunctionprotected float func(int doc,
DocValues[] valsArr)
func in class MultiFloatFunction