mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-03-04 15:12:42 +01:00
Update crates/milli/src/index.rs
Co-authored-by: Tamo <tamo@meilisearch.com>
This commit is contained in:
parent
d25953f322
commit
f32ab67819
@ -453,10 +453,10 @@ impl Index {
|
|||||||
|
|
||||||
/// Returns the stats of the documents database.
|
/// Returns the stats of the documents database.
|
||||||
pub fn documents_stats(&self, rtxn: &RoTxn<'_>) -> heed::Result<Option<DatabaseStats>> {
|
pub fn documents_stats(&self, rtxn: &RoTxn<'_>) -> heed::Result<Option<DatabaseStats>> {
|
||||||
dbg!(self
|
self
|
||||||
.main
|
.main
|
||||||
.remap_types::<Str, SerdeJson<DatabaseStats>>()
|
.remap_types::<Str, SerdeJson<DatabaseStats>>()
|
||||||
.get(rtxn, main_key::DOCUMENTS_STATS))
|
.get(rtxn, main_key::DOCUMENTS_STATS)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* primary key */
|
/* primary key */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user