|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.solr.search.function.ValueSource
org.apache.solr.search.function.DualFloatFunction
org.apache.solr.search.function.PowFloatFunction
public class PowFloatFunction
Function to raise the base "a" to the power "b"
Field Summary |
---|
Fields inherited from class org.apache.solr.search.function.DualFloatFunction |
---|
a, b |
Constructor Summary | |
---|---|
PowFloatFunction(ValueSource a,
ValueSource b)
|
Method Summary | |
---|---|
protected float |
func(int doc,
DocValues aVals,
DocValues bVals)
|
protected String |
name()
|
Methods inherited from class org.apache.solr.search.function.DualFloatFunction |
---|
createWeight, description, equals, getValues, hashCode |
Methods inherited from class org.apache.solr.search.function.ValueSource |
---|
getSortField, getValues, newContext, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PowFloatFunction(ValueSource a, ValueSource b)
a
- the base.b
- the exponent.Method Detail |
---|
protected String name()
name
in class DualFloatFunction
protected float func(int doc, DocValues aVals, DocValues bVals)
func
in class DualFloatFunction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |