Class PowFloatFunction
java.lang.Object
org.apache.lucene.queries.function.ValueSource
org.apache.lucene.queries.function.valuesource.DualFloatFunction
org.apache.lucene.queries.function.valuesource.PowFloatFunction
Function to raise the base "a" to the power "b"
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.lucene.queries.function.valuesource.DualFloatFunction
createWeight, description, equals, getValues, hashCode
Methods inherited from class org.apache.lucene.queries.function.ValueSource
getSortField, newContext, toString
-
Constructor Details
-
PowFloatFunction
- Parameters:
a
- the base.b
- the exponent.
-