meilisearch / milli

Search engine library for Meilisearch ⚡️
MIT License
464 stars 82 forks source link

Add missing logging timer to extractors #645

Closed ManyTheFish closed 1 year ago

ManyTheFish commented 1 year ago

Initially, we added logging timers to indexing extractors in order to help the debugging of performance issues like in extract_fid_word_count_docids.rs. However, these timers have not been automatically added to the newly implemented extract_geo_points extractors.

TODO