Package io.milvus.grpc
Interface SearchParamOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SearchParam,SearchParam.Builder
public interface SearchParamOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCollectionName()string collection_name = 1;com.google.protobuf.ByteStringgetCollectionNameBytes()string collection_name = 1;KeyValuePairgetExtraParams(int index)repeated .milvus.grpc.KeyValuePair extra_params = 5;intgetExtraParamsCount()repeated .milvus.grpc.KeyValuePair extra_params = 5;List<KeyValuePair>getExtraParamsList()repeated .milvus.grpc.KeyValuePair extra_params = 5;KeyValuePairOrBuildergetExtraParamsOrBuilder(int index)repeated .milvus.grpc.KeyValuePair extra_params = 5;List<? extends KeyValuePairOrBuilder>getExtraParamsOrBuilderList()repeated .milvus.grpc.KeyValuePair extra_params = 5;StringgetPartitionTagArray(int index)repeated string partition_tag_array = 2;com.google.protobuf.ByteStringgetPartitionTagArrayBytes(int index)repeated string partition_tag_array = 2;intgetPartitionTagArrayCount()repeated string partition_tag_array = 2;List<String>getPartitionTagArrayList()repeated string partition_tag_array = 2;RowRecordgetQueryRecordArray(int index)repeated .milvus.grpc.RowRecord query_record_array = 3;intgetQueryRecordArrayCount()repeated .milvus.grpc.RowRecord query_record_array = 3;List<RowRecord>getQueryRecordArrayList()repeated .milvus.grpc.RowRecord query_record_array = 3;RowRecordOrBuildergetQueryRecordArrayOrBuilder(int index)repeated .milvus.grpc.RowRecord query_record_array = 3;List<? extends RowRecordOrBuilder>getQueryRecordArrayOrBuilderList()repeated .milvus.grpc.RowRecord query_record_array = 3;longgetTopk()int64 topk = 4;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCollectionName
String getCollectionName()
string collection_name = 1;- Returns:
- The collectionName.
-
getCollectionNameBytes
com.google.protobuf.ByteString getCollectionNameBytes()
string collection_name = 1;- Returns:
- The bytes for collectionName.
-
getPartitionTagArrayList
List<String> getPartitionTagArrayList()
repeated string partition_tag_array = 2;- Returns:
- A list containing the partitionTagArray.
-
getPartitionTagArrayCount
int getPartitionTagArrayCount()
repeated string partition_tag_array = 2;- Returns:
- The count of partitionTagArray.
-
getPartitionTagArray
String getPartitionTagArray(int index)
repeated string partition_tag_array = 2;- Parameters:
index- The index of the element to return.- Returns:
- The partitionTagArray at the given index.
-
getPartitionTagArrayBytes
com.google.protobuf.ByteString getPartitionTagArrayBytes(int index)
repeated string partition_tag_array = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the partitionTagArray at the given index.
-
getQueryRecordArrayList
List<RowRecord> getQueryRecordArrayList()
repeated .milvus.grpc.RowRecord query_record_array = 3;
-
getQueryRecordArray
RowRecord getQueryRecordArray(int index)
repeated .milvus.grpc.RowRecord query_record_array = 3;
-
getQueryRecordArrayCount
int getQueryRecordArrayCount()
repeated .milvus.grpc.RowRecord query_record_array = 3;
-
getQueryRecordArrayOrBuilderList
List<? extends RowRecordOrBuilder> getQueryRecordArrayOrBuilderList()
repeated .milvus.grpc.RowRecord query_record_array = 3;
-
getQueryRecordArrayOrBuilder
RowRecordOrBuilder getQueryRecordArrayOrBuilder(int index)
repeated .milvus.grpc.RowRecord query_record_array = 3;
-
getTopk
long getTopk()
int64 topk = 4;- Returns:
- The topk.
-
getExtraParamsList
List<KeyValuePair> getExtraParamsList()
repeated .milvus.grpc.KeyValuePair extra_params = 5;
-
getExtraParams
KeyValuePair getExtraParams(int index)
repeated .milvus.grpc.KeyValuePair extra_params = 5;
-
getExtraParamsCount
int getExtraParamsCount()
repeated .milvus.grpc.KeyValuePair extra_params = 5;
-
getExtraParamsOrBuilderList
List<? extends KeyValuePairOrBuilder> getExtraParamsOrBuilderList()
repeated .milvus.grpc.KeyValuePair extra_params = 5;
-
getExtraParamsOrBuilder
KeyValuePairOrBuilder getExtraParamsOrBuilder(int index)
repeated .milvus.grpc.KeyValuePair extra_params = 5;
-
-