mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Introduce a more detailed progress status enum
This commit is contained in:
parent
8a4794fc51
commit
e78b96a657
2 changed files with 38 additions and 0 deletions
|
@ -4,6 +4,7 @@ mod delete_documents;
|
|||
mod index_documents;
|
||||
mod settings;
|
||||
mod update_builder;
|
||||
mod update_step;
|
||||
mod update_store;
|
||||
|
||||
pub use self::available_documents_ids::AvailableDocumentsIds;
|
||||
|
@ -12,4 +13,5 @@ pub use self::delete_documents::DeleteDocuments;
|
|||
pub use self::index_documents::{IndexDocuments, IndexDocumentsMethod, UpdateFormat};
|
||||
pub use self::settings::Settings;
|
||||
pub use self::update_builder::UpdateBuilder;
|
||||
pub use self::update_step::UpdateIndexingStep;
|
||||
pub use self::update_store::UpdateStore;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue