public static interface Search.MatchQueryOrBuilder
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; |
int |
getMinimumShouldMatch()
optional int32 minimum_should_match = 3; |
Search.QueryOperator |
getOperator()
optional .com.alicloud.openservices.tablestore.core.protocol.QueryOperator operator = 4; |
String |
getText()
optional string text = 2; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getTextBytes()
optional string text = 2; |
float |
getWeight()
optional float weight = 5; |
boolean |
hasFieldName()
optional string field_name = 1; |
boolean |
hasMinimumShouldMatch()
optional int32 minimum_should_match = 3; |
boolean |
hasOperator()
optional .com.alicloud.openservices.tablestore.core.protocol.QueryOperator operator = 4; |
boolean |
hasText()
optional string text = 2; |
boolean |
hasWeight()
optional float weight = 5; |
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 hasText()
optional string text = 2;String getText()
optional string text = 2;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getTextBytes()
optional string text = 2;boolean hasMinimumShouldMatch()
optional int32 minimum_should_match = 3;int getMinimumShouldMatch()
optional int32 minimum_should_match = 3;boolean hasOperator()
optional .com.alicloud.openservices.tablestore.core.protocol.QueryOperator operator = 4;Search.QueryOperator getOperator()
optional .com.alicloud.openservices.tablestore.core.protocol.QueryOperator operator = 4;boolean hasWeight()
optional float weight = 5;float getWeight()
optional float weight = 5;Copyright © 2025. All Rights Reserved.