Management
Methods for you to index, load, and release a collection.
add_index() [READ MORE]
This operation adds index parameters for a specific field in a collection.
create_index() [READ MORE]
This operation creates an index for a specific collection.
describe_index() [READ MORE]
This operation describes a specific index.
drop_index() [READ MORE]
This operation drops an index from a specific collection.
get_load_state() [READ MORE]
This operation displays whether a specified collection or partition is loaded or not.
list_indexes() [READ MORE]
This operation lists all indexes of a specific collection.
load_collection() [READ MORE]
This operation loads the data of a specific collection into memory.
prepare_index_params() [READ MORE]
This operation prepares index parameters to build indexes for a specific collection.
refresh_load() [READ MORE]
This operation loads the unloaded data of a loaded collection into memory.
release_collection() [READ MORE]
This operation releases the data of a specific collection from memory.