public static final class Search.FieldSchema.Builder extends com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.Builder<Search.FieldSchema.Builder> implements Search.FieldSchemaOrBuilder
com.alicloud.openservices.tablestore.core.protocol.FieldSchema| 限定符和类型 | 方法和说明 |
|---|---|
Search.FieldSchema.Builder |
addAllDateFormats(Iterable<String> values)
repeated string date_formats = 13; |
Search.FieldSchema.Builder |
addAllFieldSchemas(Iterable<? extends Search.FieldSchema> values)
only for nested type
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema field_schemas = 8; |
Search.FieldSchema.Builder |
addAllSourceFieldNames(Iterable<String> values)
repeated string source_field_names = 12; |
Search.FieldSchema.Builder |
addDateFormats(String value)
repeated string date_formats = 13; |
Search.FieldSchema.Builder |
addDateFormatsBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
repeated string date_formats = 13; |
Search.FieldSchema.Builder |
addFieldSchemas(int index,
Search.FieldSchema.Builder builderForValue)
only for nested type
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema field_schemas = 8; |
Search.FieldSchema.Builder |
addFieldSchemas(int index,
Search.FieldSchema value)
only for nested type
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema field_schemas = 8; |
Search.FieldSchema.Builder |
addFieldSchemas(Search.FieldSchema.Builder builderForValue)
only for nested type
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema field_schemas = 8; |
Search.FieldSchema.Builder |
addFieldSchemas(Search.FieldSchema value)
only for nested type
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema field_schemas = 8; |
Search.FieldSchema.Builder |
addFieldSchemasBuilder()
only for nested type
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema field_schemas = 8; |
Search.FieldSchema.Builder |
addFieldSchemasBuilder(int index)
only for nested type
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema field_schemas = 8; |
Search.FieldSchema.Builder |
addSourceFieldNames(String value)
repeated string source_field_names = 12; |
Search.FieldSchema.Builder |
addSourceFieldNamesBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
repeated string source_field_names = 12; |
Search.FieldSchema |
build() |
Search.FieldSchema |
buildPartial() |
Search.FieldSchema.Builder |
clear() |
Search.FieldSchema.Builder |
clearAnalyzer()
optional string analyzer = 4; |
Search.FieldSchema.Builder |
clearAnalyzerParameter()
optional bytes analyzer_parameter = 10; |
Search.FieldSchema.Builder |
clearDateFormats()
repeated string date_formats = 13; |
Search.FieldSchema.Builder |
clearEnableHighlighting()
optional bool enable_highlighting = 14; |
Search.FieldSchema.Builder |
clearFieldName()
optional string field_name = 1; |
Search.FieldSchema.Builder |
clearFieldSchemas()
only for nested type
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema field_schemas = 8; |
Search.FieldSchema.Builder |
clearFieldType()
optional .com.alicloud.openservices.tablestore.core.protocol.FieldType field_type = 2; |
Search.FieldSchema.Builder |
clearIndex()
optional bool index = 5; |
Search.FieldSchema.Builder |
clearIndexOptions()
optional .com.alicloud.openservices.tablestore.core.protocol.IndexOptions index_options = 3; |
Search.FieldSchema.Builder |
clearIsArray()
optional bool is_array = 9; |
Search.FieldSchema.Builder |
clearIsVirtualField()
optional bool is_virtual_field = 11; |
Search.FieldSchema.Builder |
clearJsonType()
optional .com.alicloud.openservices.tablestore.core.protocol.JsonType json_type = 16; |
Search.FieldSchema.Builder |
clearSortAndAgg()
optional bool sort_and_agg = 6; |
Search.FieldSchema.Builder |
clearSourceFieldNames()
repeated string source_field_names = 12; |
Search.FieldSchema.Builder |
clearStore()
optional bool store = 7; |
Search.FieldSchema.Builder |
clearVectorOptions()
optional .com.alicloud.openservices.tablestore.core.protocol.VectorOptions vector_options = 15; |
String |
getAnalyzer()
optional string analyzer = 4; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getAnalyzerBytes()
optional string analyzer = 4; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getAnalyzerParameter()
optional bytes analyzer_parameter = 10; |
String |
getDateFormats(int index)
repeated string date_formats = 13; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getDateFormatsBytes(int index)
repeated string date_formats = 13; |
int |
getDateFormatsCount()
repeated string date_formats = 13; |
com.aliyun.ots.thirdparty.com.google.protobuf.ProtocolStringList |
getDateFormatsList()
repeated string date_formats = 13; |
Search.FieldSchema |
getDefaultInstanceForType() |
static com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
boolean |
getEnableHighlighting()
optional bool enable_highlighting = 14; |
String |
getFieldName()
optional string field_name = 1; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getFieldNameBytes()
optional string field_name = 1; |
Search.FieldSchema |
getFieldSchemas(int index)
only for nested type
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema field_schemas = 8; |
Search.FieldSchema.Builder |
getFieldSchemasBuilder(int index)
only for nested type
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema field_schemas = 8; |
List<Search.FieldSchema.Builder> |
getFieldSchemasBuilderList()
only for nested type
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema field_schemas = 8; |
int |
getFieldSchemasCount()
only for nested type
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema field_schemas = 8; |
List<Search.FieldSchema> |
getFieldSchemasList()
only for nested type
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema field_schemas = 8; |
Search.FieldSchemaOrBuilder |
getFieldSchemasOrBuilder(int index)
only for nested type
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema field_schemas = 8; |
List<? extends Search.FieldSchemaOrBuilder> |
getFieldSchemasOrBuilderList()
only for nested type
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema field_schemas = 8; |
Search.FieldType |
getFieldType()
optional .com.alicloud.openservices.tablestore.core.protocol.FieldType field_type = 2; |
boolean |
getIndex()
optional bool index = 5; |
Search.IndexOptions |
getIndexOptions()
optional .com.alicloud.openservices.tablestore.core.protocol.IndexOptions index_options = 3; |
boolean |
getIsArray()
optional bool is_array = 9; |
boolean |
getIsVirtualField()
optional bool is_virtual_field = 11; |
Search.JsonType |
getJsonType()
optional .com.alicloud.openservices.tablestore.core.protocol.JsonType json_type = 16; |
boolean |
getSortAndAgg()
optional bool sort_and_agg = 6; |
String |
getSourceFieldNames(int index)
repeated string source_field_names = 12; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getSourceFieldNamesBytes(int index)
repeated string source_field_names = 12; |
int |
getSourceFieldNamesCount()
repeated string source_field_names = 12; |
com.aliyun.ots.thirdparty.com.google.protobuf.ProtocolStringList |
getSourceFieldNamesList()
repeated string source_field_names = 12; |
boolean |
getStore()
optional bool store = 7; |
Search.VectorOptions |
getVectorOptions()
optional .com.alicloud.openservices.tablestore.core.protocol.VectorOptions vector_options = 15; |
Search.VectorOptions.Builder |
getVectorOptionsBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.VectorOptions vector_options = 15; |
Search.VectorOptionsOrBuilder |
getVectorOptionsOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.VectorOptions vector_options = 15; |
boolean |
hasAnalyzer()
optional string analyzer = 4; |
boolean |
hasAnalyzerParameter()
optional bytes analyzer_parameter = 10; |
boolean |
hasEnableHighlighting()
optional bool enable_highlighting = 14; |
boolean |
hasFieldName()
optional string field_name = 1; |
boolean |
hasFieldType()
optional .com.alicloud.openservices.tablestore.core.protocol.FieldType field_type = 2; |
boolean |
hasIndex()
optional bool index = 5; |
boolean |
hasIndexOptions()
optional .com.alicloud.openservices.tablestore.core.protocol.IndexOptions index_options = 3; |
boolean |
hasIsArray()
optional bool is_array = 9; |
boolean |
hasIsVirtualField()
optional bool is_virtual_field = 11; |
boolean |
hasJsonType()
optional .com.alicloud.openservices.tablestore.core.protocol.JsonType json_type = 16; |
boolean |
hasSortAndAgg()
optional bool sort_and_agg = 6; |
boolean |
hasStore()
optional bool store = 7; |
boolean |
hasVectorOptions()
optional .com.alicloud.openservices.tablestore.core.protocol.VectorOptions vector_options = 15; |
protected com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Search.FieldSchema.Builder |
mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Search.FieldSchema.Builder |
mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.Message other) |
Search.FieldSchema.Builder |
mergeFrom(Search.FieldSchema other) |
Search.FieldSchema.Builder |
mergeVectorOptions(Search.VectorOptions value)
optional .com.alicloud.openservices.tablestore.core.protocol.VectorOptions vector_options = 15; |
Search.FieldSchema.Builder |
removeFieldSchemas(int index)
only for nested type
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema field_schemas = 8; |
Search.FieldSchema.Builder |
setAnalyzer(String value)
optional string analyzer = 4; |
Search.FieldSchema.Builder |
setAnalyzerBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional string analyzer = 4; |
Search.FieldSchema.Builder |
setAnalyzerParameter(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional bytes analyzer_parameter = 10; |
Search.FieldSchema.Builder |
setDateFormats(int index,
String value)
repeated string date_formats = 13; |
Search.FieldSchema.Builder |
setEnableHighlighting(boolean value)
optional bool enable_highlighting = 14; |
Search.FieldSchema.Builder |
setFieldName(String value)
optional string field_name = 1; |
Search.FieldSchema.Builder |
setFieldNameBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional string field_name = 1; |
Search.FieldSchema.Builder |
setFieldSchemas(int index,
Search.FieldSchema.Builder builderForValue)
only for nested type
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema field_schemas = 8; |
Search.FieldSchema.Builder |
setFieldSchemas(int index,
Search.FieldSchema value)
only for nested type
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema field_schemas = 8; |
Search.FieldSchema.Builder |
setFieldType(Search.FieldType value)
optional .com.alicloud.openservices.tablestore.core.protocol.FieldType field_type = 2; |
Search.FieldSchema.Builder |
setIndex(boolean value)
optional bool index = 5; |
Search.FieldSchema.Builder |
setIndexOptions(Search.IndexOptions value)
optional .com.alicloud.openservices.tablestore.core.protocol.IndexOptions index_options = 3; |
Search.FieldSchema.Builder |
setIsArray(boolean value)
optional bool is_array = 9; |
Search.FieldSchema.Builder |
setIsVirtualField(boolean value)
optional bool is_virtual_field = 11; |
Search.FieldSchema.Builder |
setJsonType(Search.JsonType value)
optional .com.alicloud.openservices.tablestore.core.protocol.JsonType json_type = 16; |
Search.FieldSchema.Builder |
setSortAndAgg(boolean value)
optional bool sort_and_agg = 6; |
Search.FieldSchema.Builder |
setSourceFieldNames(int index,
String value)
repeated string source_field_names = 12; |
Search.FieldSchema.Builder |
setStore(boolean value)
optional bool store = 7; |
Search.FieldSchema.Builder |
setVectorOptions(Search.VectorOptions.Builder builderForValue)
optional .com.alicloud.openservices.tablestore.core.protocol.VectorOptions vector_options = 15; |
Search.FieldSchema.Builder |
setVectorOptions(Search.VectorOptions value)
optional .com.alicloud.openservices.tablestore.core.protocol.VectorOptions vector_options = 15; |
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionpublic static final com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.Builder<Search.FieldSchema.Builder>public Search.FieldSchema.Builder clear()
clear 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Message.Builderclear 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLite.Builderclear 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.Builder<Search.FieldSchema.Builder>public com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.Builder<Search.FieldSchema.Builder>public Search.FieldSchema getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuilderpublic Search.FieldSchema build()
build 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Message.Builderbuild 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLite.Builderpublic Search.FieldSchema buildPartial()
buildPartial 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLite.Builderpublic Search.FieldSchema.Builder mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.Message other)
mergeFrom 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Message.BuildermergeFrom 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.Builder<Search.FieldSchema.Builder>public Search.FieldSchema.Builder mergeFrom(Search.FieldSchema other)
public final boolean isInitialized()
isInitialized 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.Builder<Search.FieldSchema.Builder>public Search.FieldSchema.Builder mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input, com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Message.BuildermergeFrom 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLite.BuildermergeFrom 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.Builder<Search.FieldSchema.Builder>IOExceptionpublic boolean hasFieldName()
optional string field_name = 1;hasFieldName 在接口中 Search.FieldSchemaOrBuilderpublic String getFieldName()
optional string field_name = 1;getFieldName 在接口中 Search.FieldSchemaOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getFieldNameBytes()
optional string field_name = 1;getFieldNameBytes 在接口中 Search.FieldSchemaOrBuilderpublic Search.FieldSchema.Builder setFieldName(String value)
optional string field_name = 1;value - The fieldName to set.public Search.FieldSchema.Builder clearFieldName()
optional string field_name = 1;public Search.FieldSchema.Builder setFieldNameBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional string field_name = 1;value - The bytes for fieldName to set.public boolean hasFieldType()
optional .com.alicloud.openservices.tablestore.core.protocol.FieldType field_type = 2;hasFieldType 在接口中 Search.FieldSchemaOrBuilderpublic Search.FieldType getFieldType()
optional .com.alicloud.openservices.tablestore.core.protocol.FieldType field_type = 2;getFieldType 在接口中 Search.FieldSchemaOrBuilderpublic Search.FieldSchema.Builder setFieldType(Search.FieldType value)
optional .com.alicloud.openservices.tablestore.core.protocol.FieldType field_type = 2;value - The fieldType to set.public Search.FieldSchema.Builder clearFieldType()
optional .com.alicloud.openservices.tablestore.core.protocol.FieldType field_type = 2;public boolean hasIndexOptions()
optional .com.alicloud.openservices.tablestore.core.protocol.IndexOptions index_options = 3;hasIndexOptions 在接口中 Search.FieldSchemaOrBuilderpublic Search.IndexOptions getIndexOptions()
optional .com.alicloud.openservices.tablestore.core.protocol.IndexOptions index_options = 3;getIndexOptions 在接口中 Search.FieldSchemaOrBuilderpublic Search.FieldSchema.Builder setIndexOptions(Search.IndexOptions value)
optional .com.alicloud.openservices.tablestore.core.protocol.IndexOptions index_options = 3;value - The indexOptions to set.public Search.FieldSchema.Builder clearIndexOptions()
optional .com.alicloud.openservices.tablestore.core.protocol.IndexOptions index_options = 3;public boolean hasAnalyzer()
optional string analyzer = 4;hasAnalyzer 在接口中 Search.FieldSchemaOrBuilderpublic String getAnalyzer()
optional string analyzer = 4;getAnalyzer 在接口中 Search.FieldSchemaOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getAnalyzerBytes()
optional string analyzer = 4;getAnalyzerBytes 在接口中 Search.FieldSchemaOrBuilderpublic Search.FieldSchema.Builder setAnalyzer(String value)
optional string analyzer = 4;value - The analyzer to set.public Search.FieldSchema.Builder clearAnalyzer()
optional string analyzer = 4;public Search.FieldSchema.Builder setAnalyzerBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional string analyzer = 4;value - The bytes for analyzer to set.public boolean hasIndex()
optional bool index = 5;hasIndex 在接口中 Search.FieldSchemaOrBuilderpublic boolean getIndex()
optional bool index = 5;getIndex 在接口中 Search.FieldSchemaOrBuilderpublic Search.FieldSchema.Builder setIndex(boolean value)
optional bool index = 5;value - The index to set.public Search.FieldSchema.Builder clearIndex()
optional bool index = 5;public boolean hasSortAndAgg()
optional bool sort_and_agg = 6;hasSortAndAgg 在接口中 Search.FieldSchemaOrBuilderpublic boolean getSortAndAgg()
optional bool sort_and_agg = 6;getSortAndAgg 在接口中 Search.FieldSchemaOrBuilderpublic Search.FieldSchema.Builder setSortAndAgg(boolean value)
optional bool sort_and_agg = 6;value - The sortAndAgg to set.public Search.FieldSchema.Builder clearSortAndAgg()
optional bool sort_and_agg = 6;public boolean hasStore()
optional bool store = 7;hasStore 在接口中 Search.FieldSchemaOrBuilderpublic boolean getStore()
optional bool store = 7;getStore 在接口中 Search.FieldSchemaOrBuilderpublic Search.FieldSchema.Builder setStore(boolean value)
optional bool store = 7;value - The store to set.public Search.FieldSchema.Builder clearStore()
optional bool store = 7;public List<Search.FieldSchema> getFieldSchemasList()
only for nested type
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema field_schemas = 8;public int getFieldSchemasCount()
only for nested type
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema field_schemas = 8;public Search.FieldSchema getFieldSchemas(int index)
only for nested type
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema field_schemas = 8;getFieldSchemas 在接口中 Search.FieldSchemaOrBuilderpublic Search.FieldSchema.Builder setFieldSchemas(int index, Search.FieldSchema value)
only for nested type
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema field_schemas = 8;public Search.FieldSchema.Builder setFieldSchemas(int index, Search.FieldSchema.Builder builderForValue)
only for nested type
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema field_schemas = 8;public Search.FieldSchema.Builder addFieldSchemas(Search.FieldSchema value)
only for nested type
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema field_schemas = 8;public Search.FieldSchema.Builder addFieldSchemas(int index, Search.FieldSchema value)
only for nested type
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema field_schemas = 8;public Search.FieldSchema.Builder addFieldSchemas(Search.FieldSchema.Builder builderForValue)
only for nested type
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema field_schemas = 8;public Search.FieldSchema.Builder addFieldSchemas(int index, Search.FieldSchema.Builder builderForValue)
only for nested type
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema field_schemas = 8;public Search.FieldSchema.Builder addAllFieldSchemas(Iterable<? extends Search.FieldSchema> values)
only for nested type
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema field_schemas = 8;public Search.FieldSchema.Builder clearFieldSchemas()
only for nested type
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema field_schemas = 8;public Search.FieldSchema.Builder removeFieldSchemas(int index)
only for nested type
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema field_schemas = 8;public Search.FieldSchema.Builder getFieldSchemasBuilder(int index)
only for nested type
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema field_schemas = 8;public Search.FieldSchemaOrBuilder getFieldSchemasOrBuilder(int index)
only for nested type
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema field_schemas = 8;public List<? extends Search.FieldSchemaOrBuilder> getFieldSchemasOrBuilderList()
only for nested type
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema field_schemas = 8;public Search.FieldSchema.Builder addFieldSchemasBuilder()
only for nested type
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema field_schemas = 8;public Search.FieldSchema.Builder addFieldSchemasBuilder(int index)
only for nested type
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema field_schemas = 8;public List<Search.FieldSchema.Builder> getFieldSchemasBuilderList()
only for nested type
repeated .com.alicloud.openservices.tablestore.core.protocol.FieldSchema field_schemas = 8;public boolean hasIsArray()
optional bool is_array = 9;hasIsArray 在接口中 Search.FieldSchemaOrBuilderpublic boolean getIsArray()
optional bool is_array = 9;getIsArray 在接口中 Search.FieldSchemaOrBuilderpublic Search.FieldSchema.Builder setIsArray(boolean value)
optional bool is_array = 9;value - The isArray to set.public Search.FieldSchema.Builder clearIsArray()
optional bool is_array = 9;public boolean hasAnalyzerParameter()
optional bytes analyzer_parameter = 10;hasAnalyzerParameter 在接口中 Search.FieldSchemaOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getAnalyzerParameter()
optional bytes analyzer_parameter = 10;getAnalyzerParameter 在接口中 Search.FieldSchemaOrBuilderpublic Search.FieldSchema.Builder setAnalyzerParameter(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional bytes analyzer_parameter = 10;value - The analyzerParameter to set.public Search.FieldSchema.Builder clearAnalyzerParameter()
optional bytes analyzer_parameter = 10;public boolean hasIsVirtualField()
optional bool is_virtual_field = 11;hasIsVirtualField 在接口中 Search.FieldSchemaOrBuilderpublic boolean getIsVirtualField()
optional bool is_virtual_field = 11;getIsVirtualField 在接口中 Search.FieldSchemaOrBuilderpublic Search.FieldSchema.Builder setIsVirtualField(boolean value)
optional bool is_virtual_field = 11;value - The isVirtualField to set.public Search.FieldSchema.Builder clearIsVirtualField()
optional bool is_virtual_field = 11;public com.aliyun.ots.thirdparty.com.google.protobuf.ProtocolStringList getSourceFieldNamesList()
repeated string source_field_names = 12;getSourceFieldNamesList 在接口中 Search.FieldSchemaOrBuilderpublic int getSourceFieldNamesCount()
repeated string source_field_names = 12;getSourceFieldNamesCount 在接口中 Search.FieldSchemaOrBuilderpublic String getSourceFieldNames(int index)
repeated string source_field_names = 12;getSourceFieldNames 在接口中 Search.FieldSchemaOrBuilderindex - The index of the element to return.public com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getSourceFieldNamesBytes(int index)
repeated string source_field_names = 12;getSourceFieldNamesBytes 在接口中 Search.FieldSchemaOrBuilderindex - The index of the value to return.public Search.FieldSchema.Builder setSourceFieldNames(int index, String value)
repeated string source_field_names = 12;index - The index to set the value at.value - The sourceFieldNames to set.public Search.FieldSchema.Builder addSourceFieldNames(String value)
repeated string source_field_names = 12;value - The sourceFieldNames to add.public Search.FieldSchema.Builder addAllSourceFieldNames(Iterable<String> values)
repeated string source_field_names = 12;values - The sourceFieldNames to add.public Search.FieldSchema.Builder clearSourceFieldNames()
repeated string source_field_names = 12;public Search.FieldSchema.Builder addSourceFieldNamesBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
repeated string source_field_names = 12;value - The bytes of the sourceFieldNames to add.public com.aliyun.ots.thirdparty.com.google.protobuf.ProtocolStringList getDateFormatsList()
repeated string date_formats = 13;getDateFormatsList 在接口中 Search.FieldSchemaOrBuilderpublic int getDateFormatsCount()
repeated string date_formats = 13;getDateFormatsCount 在接口中 Search.FieldSchemaOrBuilderpublic String getDateFormats(int index)
repeated string date_formats = 13;getDateFormats 在接口中 Search.FieldSchemaOrBuilderindex - The index of the element to return.public com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getDateFormatsBytes(int index)
repeated string date_formats = 13;getDateFormatsBytes 在接口中 Search.FieldSchemaOrBuilderindex - The index of the value to return.public Search.FieldSchema.Builder setDateFormats(int index, String value)
repeated string date_formats = 13;index - The index to set the value at.value - The dateFormats to set.public Search.FieldSchema.Builder addDateFormats(String value)
repeated string date_formats = 13;value - The dateFormats to add.public Search.FieldSchema.Builder addAllDateFormats(Iterable<String> values)
repeated string date_formats = 13;values - The dateFormats to add.public Search.FieldSchema.Builder clearDateFormats()
repeated string date_formats = 13;public Search.FieldSchema.Builder addDateFormatsBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
repeated string date_formats = 13;value - The bytes of the dateFormats to add.public boolean hasEnableHighlighting()
optional bool enable_highlighting = 14;hasEnableHighlighting 在接口中 Search.FieldSchemaOrBuilderpublic boolean getEnableHighlighting()
optional bool enable_highlighting = 14;getEnableHighlighting 在接口中 Search.FieldSchemaOrBuilderpublic Search.FieldSchema.Builder setEnableHighlighting(boolean value)
optional bool enable_highlighting = 14;value - The enableHighlighting to set.public Search.FieldSchema.Builder clearEnableHighlighting()
optional bool enable_highlighting = 14;public boolean hasVectorOptions()
optional .com.alicloud.openservices.tablestore.core.protocol.VectorOptions vector_options = 15;hasVectorOptions 在接口中 Search.FieldSchemaOrBuilderpublic Search.VectorOptions getVectorOptions()
optional .com.alicloud.openservices.tablestore.core.protocol.VectorOptions vector_options = 15;getVectorOptions 在接口中 Search.FieldSchemaOrBuilderpublic Search.FieldSchema.Builder setVectorOptions(Search.VectorOptions value)
optional .com.alicloud.openservices.tablestore.core.protocol.VectorOptions vector_options = 15;public Search.FieldSchema.Builder setVectorOptions(Search.VectorOptions.Builder builderForValue)
optional .com.alicloud.openservices.tablestore.core.protocol.VectorOptions vector_options = 15;public Search.FieldSchema.Builder mergeVectorOptions(Search.VectorOptions value)
optional .com.alicloud.openservices.tablestore.core.protocol.VectorOptions vector_options = 15;public Search.FieldSchema.Builder clearVectorOptions()
optional .com.alicloud.openservices.tablestore.core.protocol.VectorOptions vector_options = 15;public Search.VectorOptions.Builder getVectorOptionsBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.VectorOptions vector_options = 15;public Search.VectorOptionsOrBuilder getVectorOptionsOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.VectorOptions vector_options = 15;public boolean hasJsonType()
optional .com.alicloud.openservices.tablestore.core.protocol.JsonType json_type = 16;hasJsonType 在接口中 Search.FieldSchemaOrBuilderpublic Search.JsonType getJsonType()
optional .com.alicloud.openservices.tablestore.core.protocol.JsonType json_type = 16;getJsonType 在接口中 Search.FieldSchemaOrBuilderpublic Search.FieldSchema.Builder setJsonType(Search.JsonType value)
optional .com.alicloud.openservices.tablestore.core.protocol.JsonType json_type = 16;value - The jsonType to set.public Search.FieldSchema.Builder clearJsonType()
optional .com.alicloud.openservices.tablestore.core.protocol.JsonType json_type = 16;Copyright © 2025. All Rights Reserved.