Response |
MilvusClient.command(String command) |
Sends a command to server
|
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 |
MilvusClient.createCollection(CollectionMapping collectionMapping) |
Creates collection specified by collectionMapping
|
Response |
MilvusClient.createIndex(Index index) |
Creates index specified by index
|
Response |
MilvusClient.createPartition(String collectionName,
String tag) |
Creates a partition specified by collectionName and tag
|
Response |
MilvusClient.deleteEntityByID(String collectionName,
List<Long> ids) |
Deletes data in a collection by a list of ids
|
Response |
MilvusClient.dropCollection(String collectionName) |
Drops collection
|
Response |
MilvusClient.dropIndex(String collectionName) |
Drops collection index
|
Response |
MilvusClient.dropPartition(String collectionName,
String tag) |
Drops partition specified by collectionName and tag
|
Response |
MilvusClient.flush(String collectionName) |
Flushes data in a collection.
|
Response |
MilvusClient.flush(List<String> collectionNames) |
Flushes data in a list collections.
|
Response |
MilvusClient.getCollectionStats(String collectionName) |
Shows collection information.
|
Response |
CountEntitiesResponse.getResponse() |
|
Response |
GetCollectionInfoResponse.getResponse() |
|
Response |
GetEntityByIDResponse.getResponse() |
|
Response |
GetIndexInfoResponse.getResponse() |
|
Response |
HasCollectionResponse.getResponse() |
|
Response |
HasPartitionResponse.getResponse() |
|
Response |
InsertResponse.getResponse() |
|
Response |
ListCollectionsResponse.getResponse() |
|
Response |
ListIDInSegmentResponse.getResponse() |
|
Response |
ListPartitionsResponse.getResponse() |
|
Response |
SearchResponse.getResponse() |
|
Response |
MilvusClient.getServerStatus() |
Get server status
|
Response |
MilvusClient.getServerVersion() |
Get server version
|
Response |
MilvusClient.loadCollection(String collectionName) |
Pre-loads collection to memory
|