mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
rename the ComputingTheChanges to ComputingDocumentChanges in the edit document progress
This commit is contained in:
parent
5d682b4700
commit
ad4dc70720
2 changed files with 2 additions and 2 deletions
|
@ -1509,7 +1509,7 @@ impl IndexScheduler {
|
|||
};
|
||||
|
||||
let candidates_count = candidates.len();
|
||||
progress.update_progress(DocumentEditionProgress::ComputingTheChanges);
|
||||
progress.update_progress(DocumentEditionProgress::ComputingDocumentChanges);
|
||||
let indexer = UpdateByFunction::new(candidates, context.clone(), code.clone());
|
||||
let document_changes = pool
|
||||
.install(|| {
|
||||
|
|
|
@ -147,7 +147,7 @@ make_enum_progress! {
|
|||
make_enum_progress! {
|
||||
pub enum DocumentEditionProgress {
|
||||
RetrievingConfig,
|
||||
ComputingTheChanges,
|
||||
ComputingDocumentChanges,
|
||||
Indexing,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue