Management
Methods for you to index, load, and release a collection.
alterIndexProperties() [READ MORE]
This operation modifies the properties of a specified index.
createIndex() [READ MORE]
This operation creates an index for a specific collection.
describeIndex() [READ MORE]
This operation describes a specific index.
dropIndex() [READ MORE]
This operation drops an index from a specific collection.
dropIndexProperties() [READ MORE]
This operation resets the specified index properties to their default values.
getLoadState() [READ MORE]
This operation displays whether a specified collection or partition is loaded or not.
IndexParam [READ MORE]
This operation prepares index parameters to build indexes for a specific collection.
IndexType [READ MORE]
This is an enumeration that provides the following constants.
listIndexes() [READ MORE]
This operation lists the indexes of a field in a specific collection.
loadCollection() [READ MORE]
This operation loads the data of a specific collection into memory.
MetricType [READ MORE]
This is an enumeration that provides the following constants.
refreshLoad() [READ MORE]
This operation refreshes the load status of a specific collection. You can use this method to
releaseCollection() [READ MORE]
This operation releases the data of a specific collection from memory.
waitForCollectionRelease() [READ MORE]
This operation halts the process until the collection is released. You can use this method to encapsulate the request for collection release, ensuring the release is fully complete before proceeding with further actions.
waitForLoadCollection() [READ MORE]
This operation halts the process until the collection is loaded. You can use this method to check the load status of a collection at an interval of 0.5 seconds until the load process is complete.