From 15918f53a9dac27614daff3633c48befdd3a49e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Renault?= Date: Tue, 18 Nov 2025 11:29:14 +0100 Subject: [PATCH] Introduce new progress steps when deleting fid-based entries --- crates/milli/src/update/new/steps.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crates/milli/src/update/new/steps.rs b/crates/milli/src/update/new/steps.rs index ac3019af8..72a0f388c 100644 --- a/crates/milli/src/update/new/steps.rs +++ b/crates/milli/src/update/new/steps.rs @@ -28,6 +28,8 @@ make_enum_progress! { ChangingVectorStore, UsingStableIndexer, UsingExperimentalIndexer, + DeletingOldWordFidDocids, + DeletingOldFidWordCountDocids, } }