mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-01-12 14:27:28 +01:00
rename the ComputingTheChanges to ComputingDocumentChanges in the edit document progress
This commit is contained in:
parent
5d682b4700
commit
ad4dc70720
@ -1509,7 +1509,7 @@ impl IndexScheduler {
|
|||||||
};
|
};
|
||||||
|
|
||||||
let candidates_count = candidates.len();
|
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 indexer = UpdateByFunction::new(candidates, context.clone(), code.clone());
|
||||||
let document_changes = pool
|
let document_changes = pool
|
||||||
.install(|| {
|
.install(|| {
|
||||||
|
@ -147,7 +147,7 @@ make_enum_progress! {
|
|||||||
make_enum_progress! {
|
make_enum_progress! {
|
||||||
pub enum DocumentEditionProgress {
|
pub enum DocumentEditionProgress {
|
||||||
RetrievingConfig,
|
RetrievingConfig,
|
||||||
ComputingTheChanges,
|
ComputingDocumentChanges,
|
||||||
Indexing,
|
Indexing,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user