Class ReciprocalFunctionQuery
- java.lang.Object
- 
- com.lucidworks.search.dsl.DslBase
- 
- com.lucidworks.search.dsl.request.DslCloneable
- 
- com.lucidworks.search.dsl.request.query.FunctionQuery
- 
- com.lucidworks.search.dsl.request.query.functions.ReciprocalFunctionQuery
 
 
 
 
- 
 public class ReciprocalFunctionQuery extends FunctionQuery A function of the formscalar/(inverseScalar * valueFunction() + inverseConstant) 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringTYPE
 - 
Constructor SummaryConstructors Constructor Description ReciprocalFunctionQuery(FunctionQuery valueFunction, java.lang.Integer scalar, java.lang.Integer inverseScalar, java.lang.Integer inverseConstant)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ReciprocalFunctionQueryclone()java.lang.IntegergetInverseConstant()java.lang.IntegergetInverseScalar()java.lang.IntegergetScalar()FunctionQuerygetValueFunction()voidsetInverseConstant(java.lang.Integer inverseConstant)voidsetInverseScalar(java.lang.Integer inverseScalar)voidsetScalar(java.lang.Integer scalar)voidsetValueFunction(FunctionQuery valueFunction)- 
Methods inherited from class com.lucidworks.search.dsl.request.DslCloneableclone, deepClone
 
- 
 
- 
- 
- 
Field Detail- 
TYPEpublic static final java.lang.String TYPE - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
ReciprocalFunctionQuerypublic ReciprocalFunctionQuery(FunctionQuery valueFunction, java.lang.Integer scalar, java.lang.Integer inverseScalar, java.lang.Integer inverseConstant) 
 
- 
 - 
Method Detail- 
getValueFunctionpublic FunctionQuery getValueFunction() 
 - 
setValueFunctionpublic void setValueFunction(FunctionQuery valueFunction) 
 - 
getScalarpublic java.lang.Integer getScalar() 
 - 
setScalarpublic void setScalar(java.lang.Integer scalar) 
 - 
getInverseScalarpublic java.lang.Integer getInverseScalar() 
 - 
setInverseScalarpublic void setInverseScalar(java.lang.Integer inverseScalar) 
 - 
getInverseConstantpublic java.lang.Integer getInverseConstant() 
 - 
setInverseConstantpublic void setInverseConstant(java.lang.Integer inverseConstant) 
 - 
clonepublic ReciprocalFunctionQuery clone() - Specified by:
- clonein class- FunctionQuery
 
 
- 
 
-