mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-03-18 13:48:21 +01:00
![meili-bors[bot]](/assets/img/avatar_default.png)
5422: Add more progress levels to measure merging r=Kerollmops a=Kerollmops I found out that Meilisearch was not correctly reporting the long indexing times in the progress and that a lot of time was spent on extracting words with all documents already extracted. The reason was that there was no step to report merging the cache and sending the entries to write to the writer thread. This PR adds these entries to the progress. Co-authored-by: Kerollmops <clement@meilisearch.com>