public static interface Search.HighlightParameterOrBuilder
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 |
getFragmentSize()
optional int32 fragment_size = 3; |
Search.HighlightFragmentOrder |
getFragmentsOrder()
optional .com.alicloud.openservices.tablestore.core.protocol.HighlightFragmentOrder fragments_order = 6 [default = TEXT_SEQUENCE]; |
int |
getNumberOfFragments()
optional int32 number_of_fragments = 2; |
String |
getPostTag()
optional string post_tag = 5; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getPostTagBytes()
optional string post_tag = 5; |
String |
getPreTag()
optional string pre_tag = 4; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getPreTagBytes()
optional string pre_tag = 4; |
boolean |
hasFieldName()
optional string field_name = 1; |
boolean |
hasFragmentSize()
optional int32 fragment_size = 3; |
boolean |
hasFragmentsOrder()
optional .com.alicloud.openservices.tablestore.core.protocol.HighlightFragmentOrder fragments_order = 6 [default = TEXT_SEQUENCE]; |
boolean |
hasNumberOfFragments()
optional int32 number_of_fragments = 2; |
boolean |
hasPostTag()
optional string post_tag = 5; |
boolean |
hasPreTag()
optional string pre_tag = 4; |
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 hasNumberOfFragments()
optional int32 number_of_fragments = 2;int getNumberOfFragments()
optional int32 number_of_fragments = 2;boolean hasFragmentSize()
optional int32 fragment_size = 3;int getFragmentSize()
optional int32 fragment_size = 3;boolean hasPreTag()
optional string pre_tag = 4;String getPreTag()
optional string pre_tag = 4;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getPreTagBytes()
optional string pre_tag = 4;boolean hasPostTag()
optional string post_tag = 5;String getPostTag()
optional string post_tag = 5;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getPostTagBytes()
optional string post_tag = 5;boolean hasFragmentsOrder()
optional .com.alicloud.openservices.tablestore.core.protocol.HighlightFragmentOrder fragments_order = 6 [default = TEXT_SEQUENCE];Search.HighlightFragmentOrder getFragmentsOrder()
optional .com.alicloud.openservices.tablestore.core.protocol.HighlightFragmentOrder fragments_order = 6 [default = TEXT_SEQUENCE];Copyright © 2025. All Rights Reserved.