mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-11-04 09:56:28 +00:00 
			
		
		
		
	Add missing logging timer to extractors
This commit is contained in:
		@@ -12,6 +12,7 @@ use crate::{FieldId, InternalError, Result};
 | 
			
		||||
/// Extracts the geographical coordinates contained in each document under the `_geo` field.
 | 
			
		||||
///
 | 
			
		||||
/// Returns the generated grenad reader containing the docid as key associated to the (latitude, longitude)
 | 
			
		||||
#[logging_timer::time]
 | 
			
		||||
pub fn extract_geo_points<R: io::Read + io::Seek>(
 | 
			
		||||
    obkv_documents: grenad::Reader<R>,
 | 
			
		||||
    indexer: GrenadParameters,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user