![JAR search and dependency download from the Maven repository](/logo.png)
io.milvus.grpc.HybridSearchRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: milvus.proto
package io.milvus.grpc;
public interface HybridSearchRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:milvus.proto.milvus.HybridSearchRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* must
*
*
* .milvus.proto.common.MsgBase base = 1;
* @return Whether the base field is set.
*/
boolean hasBase();
/**
*
* must
*
*
* .milvus.proto.common.MsgBase base = 1;
* @return The base.
*/
io.milvus.grpc.MsgBase getBase();
/**
*
* must
*
*
* .milvus.proto.common.MsgBase base = 1;
*/
io.milvus.grpc.MsgBaseOrBuilder getBaseOrBuilder();
/**
* string db_name = 2;
* @return The dbName.
*/
java.lang.String getDbName();
/**
* string db_name = 2;
* @return The bytes for dbName.
*/
com.google.protobuf.ByteString
getDbNameBytes();
/**
*
* must
*
*
* string collection_name = 3;
* @return The collectionName.
*/
java.lang.String getCollectionName();
/**
*
* must
*
*
* string collection_name = 3;
* @return The bytes for collectionName.
*/
com.google.protobuf.ByteString
getCollectionNameBytes();
/**
*
* must
*
*
* repeated string partition_names = 4;
* @return A list containing the partitionNames.
*/
java.util.List
getPartitionNamesList();
/**
*
* must
*
*
* repeated string partition_names = 4;
* @return The count of partitionNames.
*/
int getPartitionNamesCount();
/**
*
* must
*
*
* repeated string partition_names = 4;
* @param index The index of the element to return.
* @return The partitionNames at the given index.
*/
java.lang.String getPartitionNames(int index);
/**
*
* must
*
*
* repeated string partition_names = 4;
* @param index The index of the value to return.
* @return The bytes of the partitionNames at the given index.
*/
com.google.protobuf.ByteString
getPartitionNamesBytes(int index);
/**
* repeated .milvus.proto.milvus.SearchRequest requests = 5;
*/
java.util.List
getRequestsList();
/**
* repeated .milvus.proto.milvus.SearchRequest requests = 5;
*/
io.milvus.grpc.SearchRequest getRequests(int index);
/**
* repeated .milvus.proto.milvus.SearchRequest requests = 5;
*/
int getRequestsCount();
/**
* repeated .milvus.proto.milvus.SearchRequest requests = 5;
*/
java.util.List extends io.milvus.grpc.SearchRequestOrBuilder>
getRequestsOrBuilderList();
/**
* repeated .milvus.proto.milvus.SearchRequest requests = 5;
*/
io.milvus.grpc.SearchRequestOrBuilder getRequestsOrBuilder(
int index);
/**
*
* must
*
*
* repeated .milvus.proto.common.KeyValuePair rank_params = 6;
*/
java.util.List
getRankParamsList();
/**
*
* must
*
*
* repeated .milvus.proto.common.KeyValuePair rank_params = 6;
*/
io.milvus.grpc.KeyValuePair getRankParams(int index);
/**
*
* must
*
*
* repeated .milvus.proto.common.KeyValuePair rank_params = 6;
*/
int getRankParamsCount();
/**
*
* must
*
*
* repeated .milvus.proto.common.KeyValuePair rank_params = 6;
*/
java.util.List extends io.milvus.grpc.KeyValuePairOrBuilder>
getRankParamsOrBuilderList();
/**
*
* must
*
*
* repeated .milvus.proto.common.KeyValuePair rank_params = 6;
*/
io.milvus.grpc.KeyValuePairOrBuilder getRankParamsOrBuilder(
int index);
/**
* uint64 travel_timestamp = 7;
* @return The travelTimestamp.
*/
long getTravelTimestamp();
/**
*
* guarantee_timestamp
*
*
* uint64 guarantee_timestamp = 8;
* @return The guaranteeTimestamp.
*/
long getGuaranteeTimestamp();
/**
* bool not_return_all_meta = 9;
* @return The notReturnAllMeta.
*/
boolean getNotReturnAllMeta();
/**
* repeated string output_fields = 10;
* @return A list containing the outputFields.
*/
java.util.List
getOutputFieldsList();
/**
* repeated string output_fields = 10;
* @return The count of outputFields.
*/
int getOutputFieldsCount();
/**
* repeated string output_fields = 10;
* @param index The index of the element to return.
* @return The outputFields at the given index.
*/
java.lang.String getOutputFields(int index);
/**
* repeated string output_fields = 10;
* @param index The index of the value to return.
* @return The bytes of the outputFields at the given index.
*/
com.google.protobuf.ByteString
getOutputFieldsBytes(int index);
/**
* .milvus.proto.common.ConsistencyLevel consistency_level = 11;
* @return The enum numeric value on the wire for consistencyLevel.
*/
int getConsistencyLevelValue();
/**
* .milvus.proto.common.ConsistencyLevel consistency_level = 11;
* @return The consistencyLevel.
*/
io.milvus.grpc.ConsistencyLevel getConsistencyLevel();
/**
* bool use_default_consistency = 12;
* @return The useDefaultConsistency.
*/
boolean getUseDefaultConsistency();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy