mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
expose the size methods
This commit is contained in:
parent
e96b852107
commit
4aae07d5f5
14 changed files with 39 additions and 17 deletions
|
@ -13,7 +13,7 @@ use milli::update::UpdateIndexingStep::{
|
|||
ComputeIdsAndMergeDocuments, IndexDocuments, MergeDataIntoFinalDatabase, RemapDocumentAddition,
|
||||
};
|
||||
use milli::update::{self, IndexDocumentsConfig, IndexDocumentsMethod, IndexerConfig};
|
||||
use milli::{Index, Object};
|
||||
use milli::{heed, Index, Object};
|
||||
use structopt::StructOpt;
|
||||
|
||||
#[global_allocator]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue