public static interface Search.TermsQueryOrBuilder
extends com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getFieldName()
optional string field_name = 1; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getFieldNameBytes()
optional string field_name = 1; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getTerms(int index)
repeated bytes terms = 2; |
int |
getTermsCount()
repeated bytes terms = 2; |
List<com.aliyun.ots.thirdparty.com.google.protobuf.ByteString> |
getTermsList()
repeated bytes terms = 2; |
float |
getWeight()
optional float weight = 3; |
boolean |
hasFieldName()
optional string field_name = 1; |
boolean |
hasWeight()
optional float weight = 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;List<com.aliyun.ots.thirdparty.com.google.protobuf.ByteString> getTermsList()
repeated bytes terms = 2;int getTermsCount()
repeated bytes terms = 2;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getTerms(int index)
repeated bytes terms = 2;index - The index of the element to return.boolean hasWeight()
optional float weight = 3;float getWeight()
optional float weight = 3;Copyright © 2025. All Rights Reserved.