mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-11 15:16:35 +00:00
Make the indexing process send the new progress step events
This commit is contained in:
@ -21,7 +21,7 @@ pub enum UpdateIndexingStep {
|
||||
}
|
||||
|
||||
impl UpdateIndexingStep {
|
||||
pub const fn step_index(&self) -> usize {
|
||||
pub const fn step(&self) -> usize {
|
||||
match self {
|
||||
TransformFromUserIntoGenericFormat { .. } => 0,
|
||||
ComputeIdsAndMergeDocuments { .. } => 1,
|
||||
|
Reference in New Issue
Block a user