mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Add logging timers
This commit is contained in:
parent
a2f59a28f7
commit
fc7cc770d4
14 changed files with 16 additions and 0 deletions
|
@ -15,6 +15,7 @@ use crate::{DocumentId, FieldId, Result};
|
|||
///
|
||||
/// Returns the generated grenad reader containing the docid the fid and the orginal value as key
|
||||
/// and the normalized value as value extracted from the given chunk of documents.
|
||||
#[logging_timer::time]
|
||||
pub fn extract_fid_docid_facet_values<R: io::Read>(
|
||||
mut obkv_documents: grenad::Reader<R>,
|
||||
indexer: GrenadParameters,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue