We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24d4d7f commit 63b91cfCopy full SHA for 63b91cf
src/indexes.rs
@@ -1798,6 +1798,10 @@ pub struct IndexStats {
1798
pub number_of_documents: usize,
1799
pub is_indexing: bool,
1800
pub field_distribution: HashMap<String, usize>,
1801
+ pub raw_document_db_size: usize,
1802
+ pub avg_document_size: usize,
1803
+ pub number_of_embedded_documents: usize,
1804
+ pub number_of_embeddings: usize,
1805
}
1806
1807
/// An [`IndexesQuery`] containing filter and pagination parameters when searching for [Indexes](Index).
0 commit comments