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 is mainly used when new segments are generated by bulkImport request, forcing the new segments to be loaded into memory.
releaseCollection() [READ MORE]
This operation releases the data of a specific collection from memory.