Index
createIndex() [READ MORE]
The MilvusClient interface. This method creates an index on a field in the specified collection.
dropIndex() [READ MORE]
MilvusClient interface. This method drops an index of a field for the specified collection.
describeIndex() [READ MORE]
MilvusClient interface. This method shows the information of the specified index.
getIndexState() [READ MORE]
MilvusClient interface. This method shows the index building state, and the reason for failure (if any).
getIndexBuildingProgress() [READ MORE]
MilvusClient interface. This method shows the index-building progress, such as how many rows are indexed.
alterIndex() [READ MORE]
MilvusClient interface. This method alters an index with key-value properties.