mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-23 23:00:59 +00:00
chore: export ranked map
This commit is contained in:
@ -316,6 +316,10 @@ impl Index {
|
||||
self.cache.load().schema.clone()
|
||||
}
|
||||
|
||||
pub fn ranked_map(&self) -> RankedMap {
|
||||
self.cache.load().ranked_map.clone()
|
||||
}
|
||||
|
||||
pub fn synonyms_index(&self) -> SynonymsIndex {
|
||||
self.synonyms_index.clone()
|
||||
}
|
||||
|
Reference in New Issue
Block a user