Package | Description |
---|---|
org.apache.solr.analytics.util.valuesource |
ValueSource function/sources used by analytics component
|
Modifier and Type | Class and Description |
---|---|
class |
DivDoubleFunction
DivDoubleFunction returns the quotient of 'a' and 'b'. |
class |
LogDoubleFunction
LogDoubleFunction returns the log of a double value with a given base. |
class |
PowDoubleFunction
PowDoubleFunction returns 'a' raised to the power of 'b'. |
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.