Returns an array containing the constants of this enum type, in
+the order they are declared. This method may be used to iterate
+over the constants as follows:
+
+for (BulkFileType c : BulkFileType.values())
+ System.out.println(c);
+
+
+
Returns:
+
an array containing the constants of this enum type, in the order they are declared
public static BulkFileType valueOf(java.lang.String name)
+
Returns the enum constant of this type with the specified name.
+The string must match exactly an identifier used to declare an
+enum constant in this type. (Extraneous whitespace characters are
+not permitted.)
+
+
Parameters:
+
name - the name of the enum constant to be returned.
+
Returns:
+
the enum constant with the specified name
+
Throws:
+
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
+
java.lang.NullPointerException - if the argument is null
Returns an array containing the constants of this enum type, in
+the order they are declared. This method may be used to iterate
+over the constants as follows:
+
+for (CloudStorage c : CloudStorage.values())
+ System.out.println(c);
+
+
+
Returns:
+
an array containing the constants of this enum type, in the order they are declared
public static CloudStorage valueOf(java.lang.String name)
+
Returns the enum constant of this type with the specified name.
+The string must match exactly an identifier used to declare an
+enum constant in this type. (Extraneous whitespace characters are
+not permitted.)
+
+
Parameters:
+
name - the name of the enum constant to be returned.
+
Returns:
+
the enum constant with the specified name
+
Throws:
+
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
+
java.lang.NullPointerException - if the argument is null
Returns an array containing the constants of this enum type, in
+the order they are declared. This method may be used to iterate
+over the constants as follows:
+
+for (TypeSize c : TypeSize.values())
+ System.out.println(c);
+
+
+
Returns:
+
an array containing the constants of this enum type, in the order they are declared
public static TypeSize valueOf(java.lang.String name)
+
Returns the enum constant of this type with the specified name.
+The string must match exactly an identifier used to declare an
+enum constant in this type. (Extraneous whitespace characters are
+not permitted.)
+
+
Parameters:
+
name - the name of the enum constant to be returned.
+
Returns:
+
the enum constant with the specified name
+
Throws:
+
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
+
java.lang.NullPointerException - if the argument is null
connStr - A connection string to an Azure Storage account,
+ which can be parsed to an account_url and a credential.
+ To generate a connection string, read this link:
+ ...
Collection time to live (TTL) is the expiration time of data in a collection.
Expired data in the collection will be cleaned up and will not be involved in searches or queries.
+ In server side, the default value is 0, which means TTL is disabled.
Specify TTL in the unit of seconds.
Returns an array containing the constants of this enum type, in
+the order they are declared. This method may be used to iterate
+over the constants as follows:
+
+for (ConsistencyLevel c : ConsistencyLevel.values())
+ System.out.println(c);
+
+
+
Returns:
+
an array containing the constants of this enum type, in the order they are declared
Returns the enum constant of this type with the specified name.
+The string must match exactly an identifier used to declare an
+enum constant in this type. (Extraneous whitespace characters are
+not permitted.)
+
+
Parameters:
+
name - the name of the enum constant to be returned.
+
Returns:
+
the enum constant with the specified name
+
Throws:
+
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
+
java.lang.NullPointerException - if the argument is null
Returns an array containing the constants of this enum type, in
+the order they are declared. This method may be used to iterate
+over the constants as follows:
+
+for (DataType c : DataType.values())
+ System.out.println(c);
+
+
+
Returns:
+
an array containing the constants of this enum type, in the order they are declared
public static DataType valueOf(java.lang.String name)
+
Returns the enum constant of this type with the specified name.
+The string must match exactly an identifier used to declare an
+enum constant in this type. (Extraneous whitespace characters are
+not permitted.)
+
+
Parameters:
+
name - the name of the enum constant to be returned.
+
Returns:
+
the enum constant with the specified name
+
Throws:
+
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
+
java.lang.NullPointerException - if the argument is null
Returns an array containing the constants of this enum type, in
+the order they are declared. This method may be used to iterate
+over the constants as follows:
+
+for (IndexParam.IndexType c : IndexParam.IndexType.values())
+ System.out.println(c);
+
+
+
Returns:
+
an array containing the constants of this enum type, in the order they are declared
Returns the enum constant of this type with the specified name.
+The string must match exactly an identifier used to declare an
+enum constant in this type. (Extraneous whitespace characters are
+not permitted.)
+
+
Parameters:
+
name - the name of the enum constant to be returned.
+
Returns:
+
the enum constant with the specified name
+
Throws:
+
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
+
java.lang.NullPointerException - if the argument is null
Returns an array containing the constants of this enum type, in
+the order they are declared. This method may be used to iterate
+over the constants as follows:
+
+for (IndexParam.MetricType c : IndexParam.MetricType.values())
+ System.out.println(c);
+
+
+
Returns:
+
an array containing the constants of this enum type, in the order they are declared
Returns the enum constant of this type with the specified name.
+The string must match exactly an identifier used to declare an
+enum constant in this type. (Extraneous whitespace characters are
+not permitted.)
+
+
Parameters:
+
name - the name of the enum constant to be returned.
+
Returns:
+
the enum constant with the specified name
+
Throws:
+
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
+
java.lang.NullPointerException - if the argument is null
Returns an array containing the constants of this enum type, in
+the order they are declared. This method may be used to iterate
+over the constants as follows:
+
+for (ErrorCode c : ErrorCode.values())
+ System.out.println(c);
+
+
+
Returns:
+
an array containing the constants of this enum type, in the order they are declared
public static ErrorCode valueOf(java.lang.String name)
+
Returns the enum constant of this type with the specified name.
+The string must match exactly an identifier used to declare an
+enum constant in this type. (Extraneous whitespace characters are
+not permitted.)
+
+
Parameters:
+
name - the name of the enum constant to be returned.
+
Returns:
+
the enum constant with the specified name
+
Throws:
+
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
+
java.lang.NullPointerException - if the argument is null
diff --git a/doc/type-search-index.js b/doc/type-search-index.js
index 49c8c1402..f48d88c7c 100644
--- a/doc/type-search-index.js
+++ b/doc/type-search-index.js
@@ -1 +1 @@
-typeSearchIndex = [{"p":"io.milvus.client","l":"AbstractMilvusGrpcClient"},{"p":"io.milvus.param.role","l":"AddUserToRoleParam"},{"l":"All Classes","url":"allclasses-index.html"},{"p":"io.milvus.param.alias","l":"AlterAliasParam"},{"p":"io.milvus.param.collection","l":"AlterCollectionParam"},{"p":"io.milvus.connection","l":"ClusterFactory.Builder"},{"p":"io.milvus.connection","l":"ServerSetting.Builder"},{"p":"io.milvus.param","l":"ConnectParam.Builder"},{"p":"io.milvus.param","l":"MultiConnectParam.Builder"},{"p":"io.milvus.param","l":"QueryNodeSingleSearch.Builder"},{"p":"io.milvus.param","l":"RetryParam.Builder"},{"p":"io.milvus.param","l":"ServerAddress.Builder"},{"p":"io.milvus.param.alias","l":"AlterAliasParam.Builder"},{"p":"io.milvus.param.alias","l":"CreateAliasParam.Builder"},{"p":"io.milvus.param.alias","l":"DropAliasParam.Builder"},{"p":"io.milvus.param.bulkinsert","l":"BulkInsertParam.Builder"},{"p":"io.milvus.param.bulkinsert","l":"GetBulkInsertStateParam.Builder"},{"p":"io.milvus.param.bulkinsert","l":"ListBulkInsertTasksParam.Builder"},{"p":"io.milvus.param.collection","l":"AlterCollectionParam.Builder"},{"p":"io.milvus.param.collection","l":"CreateCollectionParam.Builder"},{"p":"io.milvus.param.collection","l":"CreateDatabaseParam.Builder"},{"p":"io.milvus.param.collection","l":"DescribeCollectionParam.Builder"},{"p":"io.milvus.param.collection","l":"DropCollectionParam.Builder"},{"p":"io.milvus.param.collection","l":"DropDatabaseParam.Builder"},{"p":"io.milvus.param.collection","l":"FieldType.Builder"},{"p":"io.milvus.param.collection","l":"FlushParam.Builder"},{"p":"io.milvus.param.collection","l":"GetCollectionStatisticsParam.Builder"},{"p":"io.milvus.param.collection","l":"GetLoadStateParam.Builder"},{"p":"io.milvus.param.collection","l":"GetLoadingProgressParam.Builder"},{"p":"io.milvus.param.collection","l":"HasCollectionParam.Builder"},{"p":"io.milvus.param.collection","l":"LoadCollectionParam.Builder"},{"p":"io.milvus.param.collection","l":"ReleaseCollectionParam.Builder"},{"p":"io.milvus.param.collection","l":"RenameCollectionParam.Builder"},{"p":"io.milvus.param.collection","l":"ShowCollectionsParam.Builder"},{"p":"io.milvus.param.control","l":"GetCompactionPlansParam.Builder"},{"p":"io.milvus.param.control","l":"GetCompactionStateParam.Builder"},{"p":"io.milvus.param.control","l":"GetFlushAllStateParam.Builder"},{"p":"io.milvus.param.control","l":"GetFlushStateParam.Builder"},{"p":"io.milvus.param.control","l":"GetMetricsParam.Builder"},{"p":"io.milvus.param.control","l":"GetPersistentSegmentInfoParam.Builder"},{"p":"io.milvus.param.control","l":"GetQuerySegmentInfoParam.Builder"},{"p":"io.milvus.param.control","l":"GetReplicasParam.Builder"},{"p":"io.milvus.param.control","l":"LoadBalanceParam.Builder"},{"p":"io.milvus.param.control","l":"ManualCompactParam.Builder"},{"p":"io.milvus.param.credential","l":"CreateCredentialParam.Builder"},{"p":"io.milvus.param.credential","l":"DeleteCredentialParam.Builder"},{"p":"io.milvus.param.credential","l":"ListCredUsersParam.Builder"},{"p":"io.milvus.param.credential","l":"UpdateCredentialParam.Builder"},{"p":"io.milvus.param.dml","l":"DeleteParam.Builder"},{"p":"io.milvus.param.dml","l":"InsertParam.Builder"},{"p":"io.milvus.param.dml","l":"QueryParam.Builder"},{"p":"io.milvus.param.dml","l":"SearchParam.Builder"},{"p":"io.milvus.param.dml","l":"UpsertParam.Builder"},{"p":"io.milvus.param.highlevel.collection","l":"CreateSimpleCollectionParam.Builder"},{"p":"io.milvus.param.highlevel.collection","l":"ListCollectionsParam.Builder"},{"p":"io.milvus.param.highlevel.dml","l":"DeleteIdsParam.Builder"},{"p":"io.milvus.param.highlevel.dml","l":"GetIdsParam.Builder"},{"p":"io.milvus.param.highlevel.dml","l":"InsertRowsParam.Builder"},{"p":"io.milvus.param.highlevel.dml","l":"QuerySimpleParam.Builder"},{"p":"io.milvus.param.highlevel.dml","l":"SearchSimpleParam.Builder"},{"p":"io.milvus.param.index","l":"CreateIndexParam.Builder"},{"p":"io.milvus.param.index","l":"DescribeIndexParam.Builder"},{"p":"io.milvus.param.index","l":"DropIndexParam.Builder"},{"p":"io.milvus.param.index","l":"GetIndexBuildProgressParam.Builder"},{"p":"io.milvus.param.index","l":"GetIndexStateParam.Builder"},{"p":"io.milvus.param.partition","l":"CreatePartitionParam.Builder"},{"p":"io.milvus.param.partition","l":"DropPartitionParam.Builder"},{"p":"io.milvus.param.partition","l":"GetPartitionStatisticsParam.Builder"},{"p":"io.milvus.param.partition","l":"HasPartitionParam.Builder"},{"p":"io.milvus.param.partition","l":"LoadPartitionsParam.Builder"},{"p":"io.milvus.param.partition","l":"ReleasePartitionsParam.Builder"},{"p":"io.milvus.param.partition","l":"ShowPartitionsParam.Builder"},{"p":"io.milvus.param.resourcegroup","l":"CreateResourceGroupParam.Builder"},{"p":"io.milvus.param.resourcegroup","l":"DescribeResourceGroupParam.Builder"},{"p":"io.milvus.param.resourcegroup","l":"DropResourceGroupParam.Builder"},{"p":"io.milvus.param.resourcegroup","l":"ListResourceGroupsParam.Builder"},{"p":"io.milvus.param.resourcegroup","l":"TransferNodeParam.Builder"},{"p":"io.milvus.param.resourcegroup","l":"TransferReplicaParam.Builder"},{"p":"io.milvus.param.role","l":"AddUserToRoleParam.Builder"},{"p":"io.milvus.param.role","l":"CreateRoleParam.Builder"},{"p":"io.milvus.param.role","l":"DropRoleParam.Builder"},{"p":"io.milvus.param.role","l":"GrantRolePrivilegeParam.Builder"},{"p":"io.milvus.param.role","l":"RemoveUserFromRoleParam.Builder"},{"p":"io.milvus.param.role","l":"RevokeRolePrivilegeParam.Builder"},{"p":"io.milvus.param.role","l":"SelectGrantForRoleAndObjectParam.Builder"},{"p":"io.milvus.param.role","l":"SelectGrantForRoleParam.Builder"},{"p":"io.milvus.param.role","l":"SelectRoleParam.Builder"},{"p":"io.milvus.param.role","l":"SelectUserParam.Builder"},{"p":"io.milvus.param.bulkinsert","l":"BulkInsertParam"},{"p":"io.milvus.response","l":"BulkInsertResponseWrapper"},{"p":"io.milvus.exception","l":"ClientNotConnectedException"},{"p":"io.milvus.connection","l":"ClusterFactory"},{"p":"io.milvus.connection","l":"ClusterListener"},{"p":"io.milvus.response","l":"ShowCollResponseWrapper.CollectionInfo"},{"p":"io.milvus.param","l":"ConnectParam"},{"p":"io.milvus.common.clientenum","l":"ConsistencyLevelEnum"},{"p":"io.milvus.param","l":"Constant"},{"p":"io.milvus.param.alias","l":"CreateAliasParam"},{"p":"io.milvus.param.collection","l":"CreateCollectionParam"},{"p":"io.milvus.param.credential","l":"CreateCredentialParam"},{"p":"io.milvus.param.collection","l":"CreateDatabaseParam"},{"p":"io.milvus.param.index","l":"CreateIndexParam"},{"p":"io.milvus.param.partition","l":"CreatePartitionParam"},{"p":"io.milvus.param.resourcegroup","l":"CreateResourceGroupParam"},{"p":"io.milvus.param.role","l":"CreateRoleParam"},{"p":"io.milvus.param.highlevel.collection","l":"CreateSimpleCollectionParam"},{"p":"io.milvus.param.credential","l":"DeleteCredentialParam"},{"p":"io.milvus.param.highlevel.dml","l":"DeleteIdsParam"},{"p":"io.milvus.param.dml","l":"DeleteParam"},{"p":"io.milvus.param.highlevel.dml.response","l":"DeleteResponse"},{"p":"io.milvus.response","l":"DescCollResponseWrapper"},{"p":"io.milvus.response","l":"DescIndexResponseWrapper"},{"p":"io.milvus.param.collection","l":"DescribeCollectionParam"},{"p":"io.milvus.param.index","l":"DescribeIndexParam"},{"p":"io.milvus.param.resourcegroup","l":"DescribeResourceGroupParam"},{"p":"io.milvus.param.alias","l":"DropAliasParam"},{"p":"io.milvus.param.collection","l":"DropCollectionParam"},{"p":"io.milvus.param.collection","l":"DropDatabaseParam"},{"p":"io.milvus.param.index","l":"DropIndexParam"},{"p":"io.milvus.param.partition","l":"DropPartitionParam"},{"p":"io.milvus.param.resourcegroup","l":"DropResourceGroupParam"},{"p":"io.milvus.param.role","l":"DropRoleParam"},{"p":"io.milvus.param.dml","l":"InsertParam.Field"},{"p":"io.milvus.response","l":"FieldDataWrapper"},{"p":"io.milvus.param.collection","l":"FieldType"},{"p":"io.milvus.param.collection","l":"FlushParam"},{"p":"io.milvus.param.bulkinsert","l":"GetBulkInsertStateParam"},{"p":"io.milvus.response","l":"GetBulkInsertStateWrapper"},{"p":"io.milvus.param.collection","l":"GetCollectionStatisticsParam"},{"p":"io.milvus.response","l":"GetCollStatResponseWrapper"},{"p":"io.milvus.param.control","l":"GetCompactionPlansParam"},{"p":"io.milvus.param.control","l":"GetCompactionStateParam"},{"p":"io.milvus.param.control","l":"GetFlushAllStateParam"},{"p":"io.milvus.param.control","l":"GetFlushStateParam"},{"p":"io.milvus.param.highlevel.dml","l":"GetIdsParam"},{"p":"io.milvus.param.index","l":"GetIndexBuildProgressParam"},{"p":"io.milvus.param.index","l":"GetIndexStateParam"},{"p":"io.milvus.param.collection","l":"GetLoadingProgressParam"},{"p":"io.milvus.param.collection","l":"GetLoadStateParam"},{"p":"io.milvus.param.control","l":"GetMetricsParam"},{"p":"io.milvus.param.partition","l":"GetPartitionStatisticsParam"},{"p":"io.milvus.response","l":"GetPartStatResponseWrapper"},{"p":"io.milvus.param.control","l":"GetPersistentSegmentInfoParam"},{"p":"io.milvus.param.control","l":"GetQuerySegmentInfoParam"},{"p":"io.milvus.param.control","l":"GetReplicasParam"},{"p":"io.milvus.param.highlevel.dml.response","l":"GetResponse"},{"p":"io.milvus.param.role","l":"GrantRolePrivilegeParam"},{"p":"io.milvus.param.collection","l":"HasCollectionParam"},{"p":"io.milvus.param.partition","l":"HasPartitionParam"},{"p":"io.milvus.response","l":"SearchResultsWrapper.IDScore"},{"p":"io.milvus.exception","l":"IllegalResponseException"},{"p":"io.milvus.response","l":"DescIndexResponseWrapper.IndexDesc"},{"p":"io.milvus.param","l":"IndexType"},{"p":"io.milvus.param","l":"ParamUtils.InsertBuilderWrapper"},{"p":"io.milvus.param","l":"ParamUtils.InsertDataInfo"},{"p":"io.milvus.param.dml","l":"InsertParam"},{"p":"io.milvus.param.highlevel.dml.response","l":"InsertResponse"},{"p":"io.milvus.param.highlevel.dml","l":"InsertRowsParam"},{"p":"io.milvus.common.utils","l":"JacksonUtils"},{"p":"io.milvus.param.bulkinsert","l":"ListBulkInsertTasksParam"},{"p":"io.milvus.param.highlevel.collection","l":"ListCollectionsParam"},{"p":"io.milvus.param.highlevel.collection.response","l":"ListCollectionsResponse"},{"p":"io.milvus.param.credential","l":"ListCredUsersParam"},{"p":"io.milvus.connection","l":"Listener"},{"p":"io.milvus.param.resourcegroup","l":"ListResourceGroupsParam"},{"p":"io.milvus.param.control","l":"LoadBalanceParam"},{"p":"io.milvus.param.collection","l":"LoadCollectionParam"},{"p":"io.milvus.param.partition","l":"LoadPartitionsParam"},{"p":"io.milvus.param","l":"LogLevel"},{"p":"io.milvus.param.control","l":"ManualCompactParam"},{"p":"io.milvus.param","l":"MetricType"},{"p":"io.milvus.client","l":"MilvusClient"},{"p":"io.milvus.common.constant","l":"MilvusClientConstant"},{"p":"io.milvus.common.constant","l":"MilvusClientConstant.MilvusConsts"},{"p":"io.milvus.exception","l":"MilvusException"},{"p":"io.milvus.client","l":"MilvusMultiServiceClient"},{"p":"io.milvus.client","l":"MilvusServiceClient"},{"p":"io.milvus.param","l":"MultiConnectParam"},{"p":"io.milvus.response","l":"MutationResultWrapper"},{"p":"io.milvus.exception","l":"ParamException"},{"p":"io.milvus.param","l":"ParamUtils"},{"p":"io.milvus.response","l":"ShowPartResponseWrapper.PartitionInfo"},{"p":"io.milvus.connection","l":"QueryNodeListener"},{"p":"io.milvus.param","l":"QueryNodeSingleSearch"},{"p":"io.milvus.param.dml","l":"QueryParam"},{"p":"io.milvus.param.highlevel.dml.response","l":"QueryResponse"},{"p":"io.milvus.response","l":"QueryResultsWrapper"},{"p":"io.milvus.param.highlevel.dml","l":"QuerySimpleParam"},{"p":"io.milvus.param","l":"R"},{"p":"io.milvus.param.collection","l":"ReleaseCollectionParam"},{"p":"io.milvus.param.partition","l":"ReleasePartitionsParam"},{"p":"io.milvus.param.role","l":"RemoveUserFromRoleParam"},{"p":"io.milvus.param.collection","l":"RenameCollectionParam"},{"p":"io.milvus.param","l":"RetryParam"},{"p":"io.milvus.param.role","l":"RevokeRolePrivilegeParam"},{"p":"io.milvus.response","l":"QueryResultsWrapper.RowRecord"},{"p":"io.milvus.response.basic","l":"RowRecordWrapper"},{"p":"io.milvus.param","l":"RpcStatus"},{"p":"io.milvus.param.dml","l":"SearchParam"},{"p":"io.milvus.param.highlevel.dml.response","l":"SearchResponse"},{"p":"io.milvus.response","l":"SearchResultsWrapper"},{"p":"io.milvus.param.highlevel.dml","l":"SearchSimpleParam"},{"p":"io.milvus.param.role","l":"SelectGrantForRoleAndObjectParam"},{"p":"io.milvus.param.role","l":"SelectGrantForRoleParam"},{"p":"io.milvus.param.role","l":"SelectRoleParam"},{"p":"io.milvus.param.role","l":"SelectUserParam"},{"p":"io.milvus.param","l":"ServerAddress"},{"p":"io.milvus.exception","l":"ServerException"},{"p":"io.milvus.connection","l":"ServerMonitor"},{"p":"io.milvus.connection","l":"ServerSetting"},{"p":"io.milvus.param.collection","l":"ShowCollectionsParam"},{"p":"io.milvus.response","l":"ShowCollResponseWrapper"},{"p":"io.milvus.param.partition","l":"ShowPartitionsParam"},{"p":"io.milvus.response","l":"ShowPartResponseWrapper"},{"p":"io.milvus.param","l":"R.Status"},{"p":"io.milvus.common.constant","l":"MilvusClientConstant.StringValue"},{"p":"io.milvus.param.resourcegroup","l":"TransferNodeParam"},{"p":"io.milvus.param.resourcegroup","l":"TransferReplicaParam"},{"p":"io.milvus.param.credential","l":"UpdateCredentialParam"},{"p":"io.milvus.param.dml","l":"UpsertParam"},{"p":"io.milvus.utils","l":"URLParser"},{"p":"io.milvus.common.utils","l":"VectorUtils"}]
\ No newline at end of file
+typeSearchIndex = [{"p":"io.milvus.client","l":"AbstractMilvusGrpcClient"},{"p":"io.milvus.v2.service.collection.request","l":"AddFieldReq"},{"p":"io.milvus.param.role","l":"AddUserToRoleParam"},{"l":"All Classes","url":"allclasses-index.html"},{"p":"io.milvus.param.alias","l":"AlterAliasParam"},{"p":"io.milvus.v2.service.utility.request","l":"AlterAliasReq"},{"p":"io.milvus.param.collection","l":"AlterCollectionParam"},{"p":"io.milvus.bulkwriter.connect","l":"AzureConnectParam"},{"p":"io.milvus.bulkwriter.storage.client","l":"AzureStorageClient"},{"p":"io.milvus.v2.service","l":"BaseService"},{"p":"io.milvus.bulkwriter","l":"Buffer"},{"p":"io.milvus.bulkwriter","l":"LocalBulkWriterParam.Builder"},{"p":"io.milvus.bulkwriter","l":"RemoteBulkWriterParam.Builder"},{"p":"io.milvus.bulkwriter.connect","l":"AzureConnectParam.Builder"},{"p":"io.milvus.bulkwriter.connect","l":"S3ConnectParam.Builder"},{"p":"io.milvus.connection","l":"ClusterFactory.Builder"},{"p":"io.milvus.connection","l":"ServerSetting.Builder"},{"p":"io.milvus.param","l":"ConnectParam.Builder"},{"p":"io.milvus.param","l":"MultiConnectParam.Builder"},{"p":"io.milvus.param","l":"QueryNodeSingleSearch.Builder"},{"p":"io.milvus.param","l":"RetryParam.Builder"},{"p":"io.milvus.param","l":"ServerAddress.Builder"},{"p":"io.milvus.param.alias","l":"AlterAliasParam.Builder"},{"p":"io.milvus.param.alias","l":"CreateAliasParam.Builder"},{"p":"io.milvus.param.alias","l":"DropAliasParam.Builder"},{"p":"io.milvus.param.alias","l":"ListAliasesParam.Builder"},{"p":"io.milvus.param.bulkinsert","l":"BulkInsertParam.Builder"},{"p":"io.milvus.param.bulkinsert","l":"GetBulkInsertStateParam.Builder"},{"p":"io.milvus.param.bulkinsert","l":"ListBulkInsertTasksParam.Builder"},{"p":"io.milvus.param.collection","l":"AlterCollectionParam.Builder"},{"p":"io.milvus.param.collection","l":"CollectionSchemaParam.Builder"},{"p":"io.milvus.param.collection","l":"CreateCollectionParam.Builder"},{"p":"io.milvus.param.collection","l":"CreateDatabaseParam.Builder"},{"p":"io.milvus.param.collection","l":"DescribeCollectionParam.Builder"},{"p":"io.milvus.param.collection","l":"DropCollectionParam.Builder"},{"p":"io.milvus.param.collection","l":"DropDatabaseParam.Builder"},{"p":"io.milvus.param.collection","l":"FieldType.Builder"},{"p":"io.milvus.param.collection","l":"FlushParam.Builder"},{"p":"io.milvus.param.collection","l":"GetCollectionStatisticsParam.Builder"},{"p":"io.milvus.param.collection","l":"GetLoadStateParam.Builder"},{"p":"io.milvus.param.collection","l":"GetLoadingProgressParam.Builder"},{"p":"io.milvus.param.collection","l":"HasCollectionParam.Builder"},{"p":"io.milvus.param.collection","l":"LoadCollectionParam.Builder"},{"p":"io.milvus.param.collection","l":"ReleaseCollectionParam.Builder"},{"p":"io.milvus.param.collection","l":"RenameCollectionParam.Builder"},{"p":"io.milvus.param.collection","l":"ShowCollectionsParam.Builder"},{"p":"io.milvus.param.control","l":"GetCompactionPlansParam.Builder"},{"p":"io.milvus.param.control","l":"GetCompactionStateParam.Builder"},{"p":"io.milvus.param.control","l":"GetFlushAllStateParam.Builder"},{"p":"io.milvus.param.control","l":"GetFlushStateParam.Builder"},{"p":"io.milvus.param.control","l":"GetMetricsParam.Builder"},{"p":"io.milvus.param.control","l":"GetPersistentSegmentInfoParam.Builder"},{"p":"io.milvus.param.control","l":"GetQuerySegmentInfoParam.Builder"},{"p":"io.milvus.param.control","l":"GetReplicasParam.Builder"},{"p":"io.milvus.param.control","l":"LoadBalanceParam.Builder"},{"p":"io.milvus.param.control","l":"ManualCompactParam.Builder"},{"p":"io.milvus.param.credential","l":"CreateCredentialParam.Builder"},{"p":"io.milvus.param.credential","l":"DeleteCredentialParam.Builder"},{"p":"io.milvus.param.credential","l":"ListCredUsersParam.Builder"},{"p":"io.milvus.param.credential","l":"UpdateCredentialParam.Builder"},{"p":"io.milvus.param.dml","l":"DeleteParam.Builder"},{"p":"io.milvus.param.dml","l":"InsertParam.Builder"},{"p":"io.milvus.param.dml","l":"QueryParam.Builder"},{"p":"io.milvus.param.dml","l":"SearchParam.Builder"},{"p":"io.milvus.param.dml","l":"UpsertParam.Builder"},{"p":"io.milvus.param.highlevel.collection","l":"CreateSimpleCollectionParam.Builder"},{"p":"io.milvus.param.highlevel.collection","l":"ListCollectionsParam.Builder"},{"p":"io.milvus.param.highlevel.dml","l":"DeleteIdsParam.Builder"},{"p":"io.milvus.param.highlevel.dml","l":"GetIdsParam.Builder"},{"p":"io.milvus.param.highlevel.dml","l":"InsertRowsParam.Builder"},{"p":"io.milvus.param.highlevel.dml","l":"QuerySimpleParam.Builder"},{"p":"io.milvus.param.highlevel.dml","l":"SearchSimpleParam.Builder"},{"p":"io.milvus.param.index","l":"CreateIndexParam.Builder"},{"p":"io.milvus.param.index","l":"DescribeIndexParam.Builder"},{"p":"io.milvus.param.index","l":"DropIndexParam.Builder"},{"p":"io.milvus.param.index","l":"GetIndexBuildProgressParam.Builder"},{"p":"io.milvus.param.index","l":"GetIndexStateParam.Builder"},{"p":"io.milvus.param.partition","l":"CreatePartitionParam.Builder"},{"p":"io.milvus.param.partition","l":"DropPartitionParam.Builder"},{"p":"io.milvus.param.partition","l":"GetPartitionStatisticsParam.Builder"},{"p":"io.milvus.param.partition","l":"HasPartitionParam.Builder"},{"p":"io.milvus.param.partition","l":"LoadPartitionsParam.Builder"},{"p":"io.milvus.param.partition","l":"ReleasePartitionsParam.Builder"},{"p":"io.milvus.param.partition","l":"ShowPartitionsParam.Builder"},{"p":"io.milvus.param.resourcegroup","l":"CreateResourceGroupParam.Builder"},{"p":"io.milvus.param.resourcegroup","l":"DescribeResourceGroupParam.Builder"},{"p":"io.milvus.param.resourcegroup","l":"DropResourceGroupParam.Builder"},{"p":"io.milvus.param.resourcegroup","l":"ListResourceGroupsParam.Builder"},{"p":"io.milvus.param.resourcegroup","l":"TransferNodeParam.Builder"},{"p":"io.milvus.param.resourcegroup","l":"TransferReplicaParam.Builder"},{"p":"io.milvus.param.role","l":"AddUserToRoleParam.Builder"},{"p":"io.milvus.param.role","l":"CreateRoleParam.Builder"},{"p":"io.milvus.param.role","l":"DropRoleParam.Builder"},{"p":"io.milvus.param.role","l":"GrantRolePrivilegeParam.Builder"},{"p":"io.milvus.param.role","l":"RemoveUserFromRoleParam.Builder"},{"p":"io.milvus.param.role","l":"RevokeRolePrivilegeParam.Builder"},{"p":"io.milvus.param.role","l":"SelectGrantForRoleAndObjectParam.Builder"},{"p":"io.milvus.param.role","l":"SelectGrantForRoleParam.Builder"},{"p":"io.milvus.param.role","l":"SelectRoleParam.Builder"},{"p":"io.milvus.param.role","l":"SelectUserParam.Builder"},{"p":"io.milvus.bulkwriter.common.clientenum","l":"BulkFileType"},{"p":"io.milvus.bulkwriter.response","l":"BulkImportResponse"},{"p":"io.milvus.param.bulkinsert","l":"BulkInsertParam"},{"p":"io.milvus.response","l":"BulkInsertResponseWrapper"},{"p":"io.milvus.bulkwriter","l":"BulkWriter"},{"p":"io.milvus.exception","l":"ClientNotConnectedException"},{"p":"io.milvus.v2.utils","l":"ClientUtils"},{"p":"io.milvus.bulkwriter","l":"CloudImport"},{"p":"io.milvus.bulkwriter.common.clientenum","l":"CloudStorage"},{"p":"io.milvus.connection","l":"ClusterFactory"},{"p":"io.milvus.connection","l":"ClusterListener"},{"p":"io.milvus.response","l":"ShowCollResponseWrapper.CollectionInfo"},{"p":"io.milvus.v2.service.collection.request","l":"CreateCollectionReq.CollectionSchema"},{"p":"io.milvus.param.collection","l":"CollectionSchemaParam"},{"p":"io.milvus.v2.service.collection","l":"CollectionService"},{"p":"io.milvus.v2.client","l":"ConnectConfig"},{"p":"io.milvus.param","l":"ConnectParam"},{"p":"io.milvus.v2.common","l":"ConsistencyLevel"},{"p":"io.milvus.common.clientenum","l":"ConsistencyLevelEnum"},{"p":"io.milvus.param","l":"Constant"},{"p":"io.milvus.v2.utils","l":"ConvertUtils"},{"p":"io.milvus.param.alias","l":"CreateAliasParam"},{"p":"io.milvus.v2.service.utility.request","l":"CreateAliasReq"},{"p":"io.milvus.param.collection","l":"CreateCollectionParam"},{"p":"io.milvus.v2.service.collection.request","l":"CreateCollectionReq"},{"p":"io.milvus.param.credential","l":"CreateCredentialParam"},{"p":"io.milvus.param.collection","l":"CreateDatabaseParam"},{"p":"io.milvus.param.index","l":"CreateIndexParam"},{"p":"io.milvus.v2.service.index.request","l":"CreateIndexReq"},{"p":"io.milvus.param.partition","l":"CreatePartitionParam"},{"p":"io.milvus.v2.service.partition.request","l":"CreatePartitionReq"},{"p":"io.milvus.param.resourcegroup","l":"CreateResourceGroupParam"},{"p":"io.milvus.param.role","l":"CreateRoleParam"},{"p":"io.milvus.v2.service.rbac.request","l":"CreateRoleReq"},{"p":"io.milvus.param.highlevel.collection","l":"CreateSimpleCollectionParam"},{"p":"io.milvus.v2.service.rbac.request","l":"CreateUserReq"},{"p":"io.milvus.v2.common","l":"DataType"},{"p":"io.milvus.v2.utils","l":"DataUtils"},{"p":"io.milvus.param.credential","l":"DeleteCredentialParam"},{"p":"io.milvus.param.highlevel.dml","l":"DeleteIdsParam"},{"p":"io.milvus.param.dml","l":"DeleteParam"},{"p":"io.milvus.v2.service.vector.request","l":"DeleteReq"},{"p":"io.milvus.v2.service.vector.response","l":"DeleteResp"},{"p":"io.milvus.param.highlevel.dml.response","l":"DeleteResponse"},{"p":"io.milvus.response","l":"DescCollResponseWrapper"},{"p":"io.milvus.response","l":"DescIndexResponseWrapper"},{"p":"io.milvus.v2.service.utility.request","l":"DescribeAliasReq"},{"p":"io.milvus.v2.service.utility.response","l":"DescribeAliasResp"},{"p":"io.milvus.param.collection","l":"DescribeCollectionParam"},{"p":"io.milvus.v2.service.collection.request","l":"DescribeCollectionReq"},{"p":"io.milvus.v2.service.collection.response","l":"DescribeCollectionResp"},{"p":"io.milvus.param.index","l":"DescribeIndexParam"},{"p":"io.milvus.v2.service.index.request","l":"DescribeIndexReq"},{"p":"io.milvus.v2.service.index.response","l":"DescribeIndexResp"},{"p":"io.milvus.param.resourcegroup","l":"DescribeResourceGroupParam"},{"p":"io.milvus.v2.service.rbac.request","l":"DescribeRoleReq"},{"p":"io.milvus.v2.service.rbac.response","l":"DescribeRoleResp"},{"p":"io.milvus.v2.service.rbac.request","l":"DescribeUserReq"},{"p":"io.milvus.v2.service.rbac.response","l":"DescribeUserResp"},{"p":"io.milvus.param.alias","l":"DropAliasParam"},{"p":"io.milvus.v2.service.utility.request","l":"DropAliasReq"},{"p":"io.milvus.param.collection","l":"DropCollectionParam"},{"p":"io.milvus.v2.service.collection.request","l":"DropCollectionReq"},{"p":"io.milvus.param.collection","l":"DropDatabaseParam"},{"p":"io.milvus.param.index","l":"DropIndexParam"},{"p":"io.milvus.v2.service.index.request","l":"DropIndexReq"},{"p":"io.milvus.param.partition","l":"DropPartitionParam"},{"p":"io.milvus.v2.service.partition.request","l":"DropPartitionReq"},{"p":"io.milvus.param.resourcegroup","l":"DropResourceGroupParam"},{"p":"io.milvus.param.role","l":"DropRoleParam"},{"p":"io.milvus.v2.service.rbac.request","l":"DropRoleReq"},{"p":"io.milvus.v2.service.rbac.request","l":"DropUserReq"},{"p":"io.milvus.v2.exception","l":"ErrorCode"},{"p":"io.milvus.common.utils","l":"ExceptionUtils"},{"p":"io.milvus.param.dml","l":"InsertParam.Field"},{"p":"io.milvus.response","l":"FieldDataWrapper"},{"p":"io.milvus.v2.service.collection.request","l":"CreateCollectionReq.FieldSchema"},{"p":"io.milvus.param.collection","l":"FieldType"},{"p":"io.milvus.param.collection","l":"FlushParam"},{"p":"io.milvus.v2.service.utility.request","l":"FlushReq"},{"p":"io.milvus.bulkwriter.common.utils","l":"GeneratorUtils"},{"p":"io.milvus.param.bulkinsert","l":"GetBulkInsertStateParam"},{"p":"io.milvus.response","l":"GetBulkInsertStateWrapper"},{"p":"io.milvus.param.collection","l":"GetCollectionStatisticsParam"},{"p":"io.milvus.v2.service.collection.request","l":"GetCollectionStatsReq"},{"p":"io.milvus.v2.service.collection.response","l":"GetCollectionStatsResp"},{"p":"io.milvus.response","l":"GetCollStatResponseWrapper"},{"p":"io.milvus.param.control","l":"GetCompactionPlansParam"},{"p":"io.milvus.param.control","l":"GetCompactionStateParam"},{"p":"io.milvus.param.control","l":"GetFlushAllStateParam"},{"p":"io.milvus.param.control","l":"GetFlushStateParam"},{"p":"io.milvus.param.highlevel.dml","l":"GetIdsParam"},{"p":"io.milvus.bulkwriter.response","l":"GetImportProgressResponse"},{"p":"io.milvus.param.index","l":"GetIndexBuildProgressParam"},{"p":"io.milvus.param.index","l":"GetIndexStateParam"},{"p":"io.milvus.param.collection","l":"GetLoadingProgressParam"},{"p":"io.milvus.param.collection","l":"GetLoadStateParam"},{"p":"io.milvus.v2.service.collection.request","l":"GetLoadStateReq"},{"p":"io.milvus.param.control","l":"GetMetricsParam"},{"p":"io.milvus.param.partition","l":"GetPartitionStatisticsParam"},{"p":"io.milvus.response","l":"GetPartStatResponseWrapper"},{"p":"io.milvus.param.control","l":"GetPersistentSegmentInfoParam"},{"p":"io.milvus.param.control","l":"GetQuerySegmentInfoParam"},{"p":"io.milvus.param.control","l":"GetReplicasParam"},{"p":"io.milvus.v2.service.vector.request","l":"GetReq"},{"p":"io.milvus.v2.service.vector.response","l":"GetResp"},{"p":"io.milvus.param.highlevel.dml.response","l":"GetResponse"},{"p":"io.milvus.v2.service.rbac.response","l":"DescribeRoleResp.GrantInfo"},{"p":"io.milvus.v2.service.rbac.request","l":"GrantPrivilegeReq"},{"p":"io.milvus.param.role","l":"GrantRolePrivilegeParam"},{"p":"io.milvus.v2.service.rbac.request","l":"GrantRoleReq"},{"p":"io.milvus.param.collection","l":"HasCollectionParam"},{"p":"io.milvus.v2.service.collection.request","l":"HasCollectionReq"},{"p":"io.milvus.param.partition","l":"HasPartitionParam"},{"p":"io.milvus.v2.service.partition.request","l":"HasPartitionReq"},{"p":"io.milvus.response","l":"SearchResultsWrapper.IDScore"},{"p":"io.milvus.exception","l":"IllegalResponseException"},{"p":"io.milvus.bulkwriter.common.utils","l":"ImportUtils"},{"p":"io.milvus.response","l":"DescIndexResponseWrapper.IndexDesc"},{"p":"io.milvus.v2.common","l":"IndexParam"},{"p":"io.milvus.v2.service.index","l":"IndexService"},{"p":"io.milvus.param","l":"IndexType"},{"p":"io.milvus.v2.common","l":"IndexParam.IndexType"},{"p":"io.milvus.param","l":"ParamUtils.InsertBuilderWrapper"},{"p":"io.milvus.param","l":"ParamUtils.InsertDataInfo"},{"p":"io.milvus.param.dml","l":"InsertParam"},{"p":"io.milvus.v2.service.vector.request","l":"InsertReq"},{"p":"io.milvus.v2.service.vector.response","l":"InsertResp"},{"p":"io.milvus.param.highlevel.dml.response","l":"InsertResponse"},{"p":"io.milvus.param.highlevel.dml","l":"InsertRowsParam"},{"p":"io.milvus.common.utils","l":"JacksonUtils"},{"p":"io.milvus.param.alias","l":"ListAliasesParam"},{"p":"io.milvus.v2.service.utility.request","l":"ListAliasesReq"},{"p":"io.milvus.v2.service.utility.response","l":"ListAliasResp"},{"p":"io.milvus.param.bulkinsert","l":"ListBulkInsertTasksParam"},{"p":"io.milvus.param.highlevel.collection","l":"ListCollectionsParam"},{"p":"io.milvus.v2.service.collection.response","l":"ListCollectionsResp"},{"p":"io.milvus.param.highlevel.collection.response","l":"ListCollectionsResponse"},{"p":"io.milvus.param.credential","l":"ListCredUsersParam"},{"p":"io.milvus.connection","l":"Listener"},{"p":"io.milvus.bulkwriter.response","l":"ListImportJobsResponse"},{"p":"io.milvus.v2.service.index.request","l":"ListIndexesReq"},{"p":"io.milvus.v2.service.partition.request","l":"ListPartitionsReq"},{"p":"io.milvus.param.resourcegroup","l":"ListResourceGroupsParam"},{"p":"io.milvus.param.control","l":"LoadBalanceParam"},{"p":"io.milvus.param.collection","l":"LoadCollectionParam"},{"p":"io.milvus.v2.service.collection.request","l":"LoadCollectionReq"},{"p":"io.milvus.param.partition","l":"LoadPartitionsParam"},{"p":"io.milvus.v2.service.partition.request","l":"LoadPartitionsReq"},{"p":"io.milvus.bulkwriter","l":"LocalBulkWriter"},{"p":"io.milvus.bulkwriter","l":"LocalBulkWriterParam"},{"p":"io.milvus.param","l":"LogLevel"},{"p":"io.milvus.param.control","l":"ManualCompactParam"},{"p":"io.milvus.param","l":"MetricType"},{"p":"io.milvus.v2.common","l":"IndexParam.MetricType"},{"p":"io.milvus.client","l":"MilvusClient"},{"p":"io.milvus.common.constant","l":"MilvusClientConstant"},{"p":"io.milvus.v2.exception","l":"MilvusClientException"},{"p":"io.milvus.v2.client","l":"MilvusClientV2"},{"p":"io.milvus.common.constant","l":"MilvusClientConstant.MilvusConsts"},{"p":"io.milvus.exception","l":"MilvusException"},{"p":"io.milvus.client","l":"MilvusMultiServiceClient"},{"p":"io.milvus.client","l":"MilvusServiceClient"},{"p":"io.milvus.bulkwriter.storage.client","l":"MinioStorageClient"},{"p":"io.milvus.param","l":"MultiConnectParam"},{"p":"io.milvus.response","l":"MutationResultWrapper"},{"p":"io.milvus.exception","l":"ParamException"},{"p":"io.milvus.param","l":"ParamUtils"},{"p":"io.milvus.bulkwriter.common.utils","l":"ParquetReaderUtils"},{"p":"io.milvus.bulkwriter.common.utils","l":"ParquetUtils"},{"p":"io.milvus.response","l":"ShowPartResponseWrapper.PartitionInfo"},{"p":"io.milvus.v2.service.partition","l":"PartitionService"},{"p":"io.milvus.connection","l":"QueryNodeListener"},{"p":"io.milvus.param","l":"QueryNodeSingleSearch"},{"p":"io.milvus.param.dml","l":"QueryParam"},{"p":"io.milvus.v2.service.vector.request","l":"QueryReq"},{"p":"io.milvus.v2.service.vector.response","l":"QueryResp"},{"p":"io.milvus.param.highlevel.dml.response","l":"QueryResponse"},{"p":"io.milvus.v2.service.vector.response","l":"QueryResp.QueryResult"},{"p":"io.milvus.response","l":"QueryResultsWrapper"},{"p":"io.milvus.param.highlevel.dml","l":"QuerySimpleParam"},{"p":"io.milvus.param","l":"R"},{"p":"io.milvus.param.collection","l":"ReleaseCollectionParam"},{"p":"io.milvus.v2.service.collection.request","l":"ReleaseCollectionReq"},{"p":"io.milvus.param.partition","l":"ReleasePartitionsParam"},{"p":"io.milvus.v2.service.partition.request","l":"ReleasePartitionsReq"},{"p":"io.milvus.bulkwriter","l":"RemoteBulkWriter"},{"p":"io.milvus.bulkwriter","l":"RemoteBulkWriterParam"},{"p":"io.milvus.param.role","l":"RemoveUserFromRoleParam"},{"p":"io.milvus.param.collection","l":"RenameCollectionParam"},{"p":"io.milvus.v2.service.collection.request","l":"RenameCollectionReq"},{"p":"io.milvus.bulkwriter.response","l":"RestfulResponse"},{"p":"io.milvus.param","l":"RetryParam"},{"p":"io.milvus.v2.service.rbac.request","l":"RevokePrivilegeReq"},{"p":"io.milvus.param.role","l":"RevokeRolePrivilegeParam"},{"p":"io.milvus.v2.service.rbac.request","l":"RevokeRoleReq"},{"p":"io.milvus.v2.service.rbac","l":"RoleService"},{"p":"io.milvus.response","l":"QueryResultsWrapper.RowRecord"},{"p":"io.milvus.response.basic","l":"RowRecordWrapper"},{"p":"io.milvus.param","l":"RpcStatus"},{"p":"io.milvus.v2.utils","l":"RpcUtils"},{"p":"io.milvus.bulkwriter.connect","l":"S3ConnectParam"},{"p":"io.milvus.v2.utils","l":"SchemaUtils"},{"p":"io.milvus.param.dml","l":"SearchParam"},{"p":"io.milvus.v2.service.vector.request","l":"SearchReq"},{"p":"io.milvus.v2.service.vector.response","l":"SearchResp"},{"p":"io.milvus.param.highlevel.dml.response","l":"SearchResponse"},{"p":"io.milvus.v2.service.vector.response","l":"SearchResp.SearchResult"},{"p":"io.milvus.response","l":"SearchResultsWrapper"},{"p":"io.milvus.param.highlevel.dml","l":"SearchSimpleParam"},{"p":"io.milvus.param.role","l":"SelectGrantForRoleAndObjectParam"},{"p":"io.milvus.param.role","l":"SelectGrantForRoleParam"},{"p":"io.milvus.param.role","l":"SelectRoleParam"},{"p":"io.milvus.param.role","l":"SelectUserParam"},{"p":"io.milvus.param","l":"ServerAddress"},{"p":"io.milvus.exception","l":"ServerException"},{"p":"io.milvus.connection","l":"ServerMonitor"},{"p":"io.milvus.connection","l":"ServerSetting"},{"p":"io.milvus.param.collection","l":"ShowCollectionsParam"},{"p":"io.milvus.response","l":"ShowCollResponseWrapper"},{"p":"io.milvus.param.partition","l":"ShowPartitionsParam"},{"p":"io.milvus.response","l":"ShowPartResponseWrapper"},{"p":"io.milvus.v2.examples","l":"Simple"},{"p":"io.milvus.v2.examples","l":"Simple_Schema"},{"p":"io.milvus.param","l":"R.Status"},{"p":"io.milvus.bulkwriter.storage","l":"StorageClient"},{"p":"io.milvus.bulkwriter.connect","l":"StorageConnectParam"},{"p":"io.milvus.common.constant","l":"MilvusClientConstant.StringValue"},{"p":"io.milvus.param.resourcegroup","l":"TransferNodeParam"},{"p":"io.milvus.param.resourcegroup","l":"TransferReplicaParam"},{"p":"io.milvus.bulkwriter.common.clientenum","l":"TypeSize"},{"p":"io.milvus.exception","l":"UnExpectedException"},{"p":"io.milvus.param.credential","l":"UpdateCredentialParam"},{"p":"io.milvus.v2.service.rbac.request","l":"UpdatePasswordReq"},{"p":"io.milvus.param.dml","l":"UpsertParam"},{"p":"io.milvus.v2.service.vector.request","l":"UpsertReq"},{"p":"io.milvus.v2.service.vector.response","l":"UpsertResp"},{"p":"io.milvus.utils","l":"URLParser"},{"p":"io.milvus.v2.service.rbac","l":"UserService"},{"p":"io.milvus.v2.service.utility","l":"UtilityService"},{"p":"io.milvus.v2.service.vector","l":"VectorService"},{"p":"io.milvus.common.utils","l":"VectorUtils"},{"p":"io.milvus.v2.utils","l":"VectorUtils"}]
\ No newline at end of file