Package io.milvus.grpc
Interface HybridSearchRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HybridSearchRequest,HybridSearchRequest.Builder
public interface HybridSearchRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetBase()mustmustmustcom.google.protobuf.ByteStringmust.milvus.proto.common.ConsistencyLevel consistency_level = 11;int.milvus.proto.common.ConsistencyLevel consistency_level = 11;string db_name = 2;com.google.protobuf.ByteStringstring db_name = 2;longguarantee_timestampbooleanbool not_return_all_meta = 9;getOutputFields(int index) repeated string output_fields = 10;com.google.protobuf.ByteStringgetOutputFieldsBytes(int index) repeated string output_fields = 10;intrepeated string output_fields = 10;repeated string output_fields = 10;getPartitionNames(int index) mustcom.google.protobuf.ByteStringgetPartitionNamesBytes(int index) mustintmustmustgetRankParams(int index) mustintmustmustgetRankParamsOrBuilder(int index) mustList<? extends KeyValuePairOrBuilder> mustgetRequests(int index) repeated .milvus.proto.milvus.SearchRequest requests = 5;intrepeated .milvus.proto.milvus.SearchRequest requests = 5;repeated .milvus.proto.milvus.SearchRequest requests = 5;getRequestsOrBuilder(int index) repeated .milvus.proto.milvus.SearchRequest requests = 5;List<? extends SearchRequestOrBuilder> repeated .milvus.proto.milvus.SearchRequest requests = 5;longuint64 travel_timestamp = 7;booleanbool use_default_consistency = 12;booleanhasBase()mustMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasBase
boolean hasBase()must
.milvus.proto.common.MsgBase base = 1;- Returns:
- Whether the base field is set.
-
getBase
MsgBase getBase()must
.milvus.proto.common.MsgBase base = 1;- Returns:
- The base.
-
getBaseOrBuilder
MsgBaseOrBuilder getBaseOrBuilder()must
.milvus.proto.common.MsgBase base = 1; -
getDbName
String getDbName()string db_name = 2;- Returns:
- The dbName.
-
getDbNameBytes
com.google.protobuf.ByteString getDbNameBytes()string db_name = 2;- Returns:
- The bytes for dbName.
-
getCollectionName
String getCollectionName()must
string collection_name = 3;- Returns:
- The collectionName.
-
getCollectionNameBytes
com.google.protobuf.ByteString getCollectionNameBytes()must
string collection_name = 3;- Returns:
- The bytes for collectionName.
-
getPartitionNamesList
must
repeated string partition_names = 4;- Returns:
- A list containing the partitionNames.
-
getPartitionNamesCount
int getPartitionNamesCount()must
repeated string partition_names = 4;- Returns:
- The count of partitionNames.
-
getPartitionNames
must
repeated string partition_names = 4;- Parameters:
index- The index of the element to return.- Returns:
- The partitionNames at the given index.
-
getPartitionNamesBytes
com.google.protobuf.ByteString getPartitionNamesBytes(int index) must
repeated string partition_names = 4;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the partitionNames at the given index.
-
getRequestsList
List<SearchRequest> getRequestsList()repeated .milvus.proto.milvus.SearchRequest requests = 5; -
getRequests
repeated .milvus.proto.milvus.SearchRequest requests = 5; -
getRequestsCount
int getRequestsCount()repeated .milvus.proto.milvus.SearchRequest requests = 5; -
getRequestsOrBuilderList
List<? extends SearchRequestOrBuilder> getRequestsOrBuilderList()repeated .milvus.proto.milvus.SearchRequest requests = 5; -
getRequestsOrBuilder
repeated .milvus.proto.milvus.SearchRequest requests = 5; -
getRankParamsList
List<KeyValuePair> getRankParamsList()must
repeated .milvus.proto.common.KeyValuePair rank_params = 6; -
getRankParams
must
repeated .milvus.proto.common.KeyValuePair rank_params = 6; -
getRankParamsCount
int getRankParamsCount()must
repeated .milvus.proto.common.KeyValuePair rank_params = 6; -
getRankParamsOrBuilderList
List<? extends KeyValuePairOrBuilder> getRankParamsOrBuilderList()must
repeated .milvus.proto.common.KeyValuePair rank_params = 6; -
getRankParamsOrBuilder
must
repeated .milvus.proto.common.KeyValuePair rank_params = 6; -
getTravelTimestamp
long getTravelTimestamp()uint64 travel_timestamp = 7;- Returns:
- The travelTimestamp.
-
getGuaranteeTimestamp
long getGuaranteeTimestamp()guarantee_timestamp
uint64 guarantee_timestamp = 8;- Returns:
- The guaranteeTimestamp.
-
getNotReturnAllMeta
boolean getNotReturnAllMeta()bool not_return_all_meta = 9;- Returns:
- The notReturnAllMeta.
-
getOutputFieldsList
repeated string output_fields = 10;- Returns:
- A list containing the outputFields.
-
getOutputFieldsCount
int getOutputFieldsCount()repeated string output_fields = 10;- Returns:
- The count of outputFields.
-
getOutputFields
repeated string output_fields = 10;- Parameters:
index- The index of the element to return.- Returns:
- The outputFields at the given index.
-
getOutputFieldsBytes
com.google.protobuf.ByteString getOutputFieldsBytes(int index) repeated string output_fields = 10;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the outputFields at the given index.
-
getConsistencyLevelValue
int getConsistencyLevelValue().milvus.proto.common.ConsistencyLevel consistency_level = 11;- Returns:
- The enum numeric value on the wire for consistencyLevel.
-
getConsistencyLevel
ConsistencyLevel getConsistencyLevel().milvus.proto.common.ConsistencyLevel consistency_level = 11;- Returns:
- The consistencyLevel.
-
getUseDefaultConsistency
boolean getUseDefaultConsistency()bool use_default_consistency = 12;- Returns:
- The useDefaultConsistency.
-