| 程序包 | 说明 |
|---|---|
| com.alicloud.openservices.tablestore.model.search.query |
| 限定符和类型 | 类和说明 |
|---|---|
class |
DecayFuncDateParam
Used for setting parameters in
DecayFunction, applicable to Date type fields. |
class |
DecayFuncGeoParam
Used in
DecayFunction to set parameters, applicable to Geo-point type fields. |
class |
DecayFuncNumericParam
Used in
DecayFunction to set parameters, applicable to Long and Double type fields. origin, scale, and offset are Double type values, where scale should be greater than 0, and offset should be greater than or equal to 0. |
static class |
DecayParam.DecayFuncUnknownParam |
| 限定符和类型 | 方法和说明 |
|---|---|
DecayParam |
DecayFunction.Builder.decayParam() |
DecayParam |
DecayFunction.getDecayParam() |
static DecayParam |
DecayParam.unknownTypeParam() |
| 限定符和类型 | 方法和说明 |
|---|---|
DecayFunction.Builder |
DecayFunction.Builder.decayParam(DecayParam decayParam) |
void |
DecayFunction.setDecayParam(DecayParam decayParam) |
| 构造器和说明 |
|---|
DecayFunction(String fieldName,
DecayParam decayParam,
DecayFunction.MathFunction mathFunction,
Double decay,
MultiValueMode multiValueMode) |
Copyright © 2025. All Rights Reserved.