public class PowFloatFunction extends DualFloatFunction
ValueSource.ValueSourceComparator, ValueSource.ValueSourceComparatorSource, ValueSource.ValueSourceSortFielda, b| Constructor and Description |
|---|
PowFloatFunction(ValueSource a,
ValueSource b) |
| Modifier and Type | Method and Description |
|---|---|
protected float |
func(int doc,
DocValues aVals,
DocValues bVals) |
protected java.lang.String |
name() |
createWeight, description, equals, getValues, hashCodegetSortField, getValues, newContext, toStringpublic PowFloatFunction(ValueSource a, ValueSource b)
a - the base.b - the exponent.protected java.lang.String name()
name in class DualFloatFunctionprotected float func(int doc,
DocValues aVals,
DocValues bVals)
func in class DualFloatFunction