mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
rename the ComputingTheChanges to ComputingDocumentChanges
This commit is contained in:
parent
f1beb60204
commit
5d682b4700
2 changed files with 2 additions and 2 deletions
|
@ -1359,7 +1359,7 @@ impl IndexScheduler {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
progress.update_progress(DocumentOperationProgress::ComputingTheChanges);
|
progress.update_progress(DocumentOperationProgress::ComputingDocumentChanges);
|
||||||
let (document_changes, operation_stats, primary_key) = indexer
|
let (document_changes, operation_stats, primary_key) = indexer
|
||||||
.into_changes(
|
.into_changes(
|
||||||
&indexer_alloc,
|
&indexer_alloc,
|
||||||
|
|
|
@ -139,7 +139,7 @@ make_enum_progress! {
|
||||||
make_enum_progress! {
|
make_enum_progress! {
|
||||||
pub enum DocumentOperationProgress {
|
pub enum DocumentOperationProgress {
|
||||||
RetrievingConfig,
|
RetrievingConfig,
|
||||||
ComputingTheChanges,
|
ComputingDocumentChanges,
|
||||||
Indexing,
|
Indexing,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue