public static interface Search.DecayFunctionOrBuilder
extends com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
double |
getDecay()
optional double decay = 5; |
String |
getFieldName()
optional string field_name = 1; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getFieldNameBytes()
optional string field_name = 1; |
Search.DecayMathFunction |
getMathFunction()
optional .com.alicloud.openservices.tablestore.core.protocol.DecayMathFunction math_function = 2; |
Search.MultiValueMode |
getMultiValueMode()
optional .com.alicloud.openservices.tablestore.core.protocol.MultiValueMode multi_value_mode = 6; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getParam()
optional bytes param = 4; |
Search.DecayFuncParamType |
getParamType()
optional .com.alicloud.openservices.tablestore.core.protocol.DecayFuncParamType param_type = 3; |
boolean |
hasDecay()
optional double decay = 5; |
boolean |
hasFieldName()
optional string field_name = 1; |
boolean |
hasMathFunction()
optional .com.alicloud.openservices.tablestore.core.protocol.DecayMathFunction math_function = 2; |
boolean |
hasMultiValueMode()
optional .com.alicloud.openservices.tablestore.core.protocol.MultiValueMode multi_value_mode = 6; |
boolean |
hasParam()
optional bytes param = 4; |
boolean |
hasParamType()
optional .com.alicloud.openservices.tablestore.core.protocol.DecayFuncParamType param_type = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasFieldName()
optional string field_name = 1;String getFieldName()
optional string field_name = 1;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getFieldNameBytes()
optional string field_name = 1;boolean hasMathFunction()
optional .com.alicloud.openservices.tablestore.core.protocol.DecayMathFunction math_function = 2;Search.DecayMathFunction getMathFunction()
optional .com.alicloud.openservices.tablestore.core.protocol.DecayMathFunction math_function = 2;boolean hasParamType()
optional .com.alicloud.openservices.tablestore.core.protocol.DecayFuncParamType param_type = 3;Search.DecayFuncParamType getParamType()
optional .com.alicloud.openservices.tablestore.core.protocol.DecayFuncParamType param_type = 3;boolean hasParam()
optional bytes param = 4;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getParam()
optional bytes param = 4;boolean hasDecay()
optional double decay = 5;double getDecay()
optional double decay = 5;boolean hasMultiValueMode()
optional .com.alicloud.openservices.tablestore.core.protocol.MultiValueMode multi_value_mode = 6;Search.MultiValueMode getMultiValueMode()
optional .com.alicloud.openservices.tablestore.core.protocol.MultiValueMode multi_value_mode = 6;Copyright © 2025. All Rights Reserved.