mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-05-26 13:10:41 +00:00
Made load_metas public
This commit is contained in:
@@ -114,7 +114,7 @@ impl Index {
|
||||
Index::create_from_metas(directory, &metas)
|
||||
}
|
||||
|
||||
pub(crate) fn load_metas(&self) -> Result<IndexMeta> {
|
||||
pub fn load_metas(&self) -> Result<IndexMeta> {
|
||||
load_metas(self.directory())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user