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.
compact() [READ MORE]
This operation compacts the collection by merging small segments into larger ones. It is recommended to call this operation after inserting a large amount of data into 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.
flush() [READ MORE]
This operation flushes the streaming data and seals segments. It is recommended to call this operation after all the data has been inserted into a collection.
get_compact_state() [READ MORE]
This operation returns the status of the specified compaction job.
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.
alter_index_properties() [READ MORE]
This operation changes the specified index properties.
drop_index_properties() [READ MORE]
This operation drops the specified index properties.