Response |
MilvusClient.command(String command) |
Sends a command to server
|
Response |
MilvusGrpcClient.command(String command) |
|
Response |
MilvusClient.compact(String collectionName) |
Compacts the collection, erasing deleted data from disk and rebuild index in background (if the
data size after compaction is still larger than indexFileSize).
|
Response |
MilvusGrpcClient.compact(String collectionName) |
|
Response |
MilvusClient.connect(ConnectParam connectParam) |
Connects to Milvus server
|
Response |
MilvusGrpcClient.connect(ConnectParam connectParam) |
|
Response |
MilvusClient.createCollection(CollectionMapping collectionMapping) |
Creates collection specified by collectionMapping
|
Response |
MilvusGrpcClient.createCollection(CollectionMapping collectionMapping) |
|
Response |
MilvusClient.createIndex(Index index) |
Creates index specified by index
|
Response |
MilvusGrpcClient.createIndex(Index index) |
|
Response |
MilvusClient.createPartition(String collectionName,
String tag) |
Creates a partition specified by collectionName and tag
|
Response |
MilvusGrpcClient.createPartition(String collectionName,
String tag) |
|
Response |
MilvusClient.deleteById(String collectionName,
Long id) |
Deletes data in a collection by a single id
|
Response |
MilvusGrpcClient.deleteById(String collectionName,
Long id) |
|
Response |
MilvusClient.deleteByIds(String collectionName,
List<Long> ids) |
Deletes data in a collection by a list of ids
|
Response |
MilvusGrpcClient.deleteByIds(String collectionName,
List<Long> ids) |
|
Response |
MilvusClient.disconnect() |
Disconnects from Milvus server
|
Response |
MilvusGrpcClient.disconnect() |
|
Response |
MilvusClient.dropCollection(String collectionName) |
Drops collection
|
Response |
MilvusGrpcClient.dropCollection(String collectionName) |
|
Response |
MilvusClient.dropIndex(String collectionName) |
Drops collection index
|
Response |
MilvusGrpcClient.dropIndex(String collectionName) |
|
Response |
MilvusClient.dropPartition(String collectionName,
String tag) |
Drops partition specified by collectionName and tag
|
Response |
MilvusGrpcClient.dropPartition(String collectionName,
String tag) |
|
Response |
MilvusClient.flush(String collectionName) |
Flushes data in a collection.
|
Response |
MilvusClient.flush(List<String> collectionNames) |
Flushes data in a list collections.
|
Response |
MilvusGrpcClient.flush(String collectionName) |
|
Response |
MilvusGrpcClient.flush(List<String> collectionNames) |
|
Response |
DescribeCollectionResponse.getResponse() |
|
Response |
DescribeIndexResponse.getResponse() |
|
Response |
GetCollectionRowCountResponse.getResponse() |
|
Response |
GetVectorByIdResponse.getResponse() |
|
Response |
GetVectorIdsResponse.getResponse() |
|
Response |
HasCollectionResponse.getResponse() |
|
Response |
InsertResponse.getResponse() |
|
Response |
SearchResponse.getResponse() |
|
Response |
ShowCollectionInfoResponse.getResponse() |
|
Response |
ShowCollectionsResponse.getResponse() |
|
Response |
ShowPartitionsResponse.getResponse() |
|
Response |
MilvusClient.getServerStatus() |
Get server status
|
Response |
MilvusGrpcClient.getServerStatus() |
|
Response |
MilvusClient.getServerVersion() |
Get server version
|
Response |
MilvusGrpcClient.getServerVersion() |
|
Response |
MilvusClient.preloadCollection(String collectionName) |
Pre-loads collection to memory
|
Response |
MilvusGrpcClient.preloadCollection(String collectionName) |
|