| Package | Description |
|---|---|
| com.alicloud.openservices.tablestore.model.search.query |
| Modifier and Type | Method and Description |
|---|---|
DecayFunction.MathFunction |
DecayFunction.getMathFunction() |
DecayFunction.MathFunction |
DecayFunction.Builder.mathFunction() |
static DecayFunction.MathFunction |
DecayFunction.MathFunction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DecayFunction.MathFunction[] |
DecayFunction.MathFunction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DecayFunction.Builder |
DecayFunction.Builder.mathFunction(DecayFunction.MathFunction mathFunction) |
void |
DecayFunction.setMathFunction(DecayFunction.MathFunction mathFunction) |
| Constructor and Description |
|---|
DecayFunction(String fieldName,
DecayParam decayParam,
DecayFunction.MathFunction mathFunction,
Double decay,
MultiValueMode multiValueMode) |
Copyright © 2024. All Rights Reserved.