MCPcopy Create free account
hub / github.com/cosdata/cosdata / get_inverted_index

Method get_inverted_index

src/models/collection.rs:379–381  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

377 }
378
379 pub fn get_inverted_index(&self) -> Option<Arc<InvertedIndex>> {
380 self.inverted_index.read().clone()
381 }
382
383 pub fn get_tf_idf_index(&self) -> Option<Arc<TFIDFIndex>> {
384 self.tf_idf_index.read().clone()

Callers 9

sparse_searchFunction · 0.80
batch_sparse_searchFunction · 0.80
hybrid_searchFunction · 0.80
create_sparse_indexFunction · 0.80
get_indexFunction · 0.80
delete_indexFunction · 0.80
run_uploadMethod · 0.80
delete_embeddingMethod · 0.80
load_inverted_indexMethod · 0.80

Calls 2

cloneMethod · 0.80
readMethod · 0.45

Tested by

no test coverage detected