mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-12-23 21:20:24 +01:00
chore: export ranked map
This commit is contained in:
parent
20f423268e
commit
941302a4be
@ -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()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user