mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-01-27 05:37:31 +01:00
rename the ComputingTheChanges to ComputingDocumentChanges
This commit is contained in:
parent
f1beb60204
commit
5d682b4700
@ -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…
x
Reference in New Issue
Block a user