| Package | Description |
|---|---|
| com.alicloud.openservices.tablestore.model.search.query |
| Modifier and Type | Method and Description |
|---|---|
MultiValueMode |
DecayFunction.getMultiValueMode() |
MultiValueMode |
DecayFunction.Builder.multiValueMode() |
static MultiValueMode |
MultiValueMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MultiValueMode[] |
MultiValueMode.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.multiValueMode(MultiValueMode multiValueMode) |
void |
DecayFunction.setMultiValueMode(MultiValueMode multiValueMode) |
| Constructor and Description |
|---|
DecayFunction(String fieldName,
DecayParam decayParam,
DecayFunction.MathFunction mathFunction,
Double decay,
MultiValueMode multiValueMode) |
Copyright © 2024. All Rights Reserved.