This commit is contained in:
ManyTheFish 2025-02-26 10:35:03 +01:00
parent 5035487208
commit df2fcac36c

View File

@ -452,8 +452,7 @@ impl Index {
/// Returns the stats of the documents database.
pub fn documents_stats(&self, rtxn: &RoTxn<'_>) -> heed::Result<Option<DatabaseStats>> {
self
.main
self.main
.remap_types::<Str, SerdeJson<DatabaseStats>>()
.get(rtxn, main_key::DOCUMENTS_STATS)
}