mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-12-25 06:00:08 +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()
|
self.cache.load().schema.clone()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pub fn ranked_map(&self) -> RankedMap {
|
||||||
|
self.cache.load().ranked_map.clone()
|
||||||
|
}
|
||||||
|
|
||||||
pub fn synonyms_index(&self) -> SynonymsIndex {
|
pub fn synonyms_index(&self) -> SynonymsIndex {
|
||||||
self.synonyms_index.clone()
|
self.synonyms_index.clone()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user